From b907acd3fdf801befef0e0fb539f848dd3b4cfd0 Mon Sep 17 00:00:00 2001 From: augustss Date: Wed, 13 Dec 2000 21:41:46 +0000 Subject: [PATCH] Add sysinfo. --- sys/compat/linux/arch/i386/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/arch/i386/syscalls.master b/sys/compat/linux/arch/i386/syscalls.master index 958347a8e593..b2524a4b6b6e 100644 --- a/sys/compat/linux/arch/i386/syscalls.master +++ b/sys/compat/linux/arch/i386/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.49 2000/12/12 22:23:02 jdolecek Exp $ + $NetBSD: syscalls.master,v 1.50 2000/12/13 21:41:46 augustss Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -204,7 +204,7 @@ 114 STD { int linux_sys_wait4(int pid, int *status, \ int options, struct rusage *rusage); } 115 STD { int linux_sys_swapoff(const char *path); } -116 UNIMPL sysinfo +116 STD { int linux_sys_sysinfo(struct linux_sysinfo *arg); } 117 STD { int linux_sys_ipc(int what, int a1, int a2, int a3, \ caddr_t ptr); } 118 NOARGS { int sys_fsync(int fd); }