Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux/arch/i386 Add sysinfo.



details:   https://anonhg.NetBSD.org/src/rev/0fd8a54d7da6
branches:  trunk
changeset: 500552:0fd8a54d7da6
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Dec 13 21:41:46 2000 +0000

description:
Add sysinfo.

diffstat:

 sys/compat/linux/arch/i386/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 06745d3718b9 -r 0fd8a54d7da6 sys/compat/linux/arch/i386/syscalls.master
--- a/sys/compat/linux/arch/i386/syscalls.master        Wed Dec 13 21:41:23 2000 +0000
+++ b/sys/compat/linux/arch/i386/syscalls.master        Wed Dec 13 21:41:46 2000 +0000
@@ -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); }



Home | Main Index | Thread Index | Old Index