Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 fix getrusage args



details:   https://anonhg.NetBSD.org/src/rev/fb8fce2034c2
branches:  trunk
changeset: 472328:fb8fce2034c2
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Apr 27 17:52:44 1999 +0000

description:
fix getrusage args

diffstat:

 sys/compat/osf1/syscalls.master |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 13f75217d9a3 -r fb8fce2034c2 sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master   Tue Apr 27 17:50:59 1999 +0000
+++ b/sys/compat/osf1/syscalls.master   Tue Apr 27 17:52:44 1999 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.14 1999/04/23 06:19:51 cgd Exp $
+       $NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -188,8 +188,8 @@
 115    OBSOL           vtrace
 116    NOARGS          { int sys_gettimeofday(struct timeval *tp, \
                            struct timezone *tzp); }
-; XXX
-117    STD             { int osf1_sys_getrusage(void); }
+117    STD             { int osf1_sys_getrusage(int who, \
+                           struct osf1_rusage *rusage); }
 118    NOARGS          { int sys_getsockopt(int s, int level, int name, \
                            caddr_t val, int *avalsize); }
 119    UNIMPL



Home | Main Index | Thread Index | Old Index