Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 regen for changed syscalls.master



details:   https://anonhg.NetBSD.org/src/rev/b8e884a83e88
branches:  trunk
changeset: 472329:b8e884a83e88
user:      cgd <cgd%NetBSD.org@localhost>
date:      Tue Apr 27 17:53:11 1999 +0000

description:
regen for changed syscalls.master

diffstat:

 sys/compat/osf1/osf1_syscall.h     |  6 +++---
 sys/compat/osf1/osf1_syscallargs.h |  9 +++++++--
 sys/compat/osf1/osf1_syscalls.c    |  4 ++--
 sys/compat/osf1/osf1_sysent.c      |  6 +++---
 4 files changed, 15 insertions(+), 10 deletions(-)

diffs (94 lines):

diff -r fb8fce2034c2 -r b8e884a83e88 sys/compat/osf1/osf1_syscall.h
--- a/sys/compat/osf1/osf1_syscall.h    Tue Apr 27 17:52:44 1999 +0000
+++ b/sys/compat/osf1/osf1_syscall.h    Tue Apr 27 17:53:11 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscall.h,v 1.20 1999/04/23 06:20:33 cgd Exp $    */
+/*     $NetBSD: osf1_syscall.h,v 1.21 1999/04/27 17:53:11 cgd Exp $    */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 1999/04/23 06:19:51 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -234,7 +234,7 @@
 /* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */
 #define        OSF1_SYS_gettimeofday   116
 
-/* syscall: "getrusage" ret: "int" args: */
+/* syscall: "getrusage" ret: "int" args: "int" "struct osf1_rusage *" */
 #define        OSF1_SYS_getrusage      117
 
 /* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "caddr_t" "int *" */
diff -r fb8fce2034c2 -r b8e884a83e88 sys/compat/osf1/osf1_syscallargs.h
--- a/sys/compat/osf1/osf1_syscallargs.h        Tue Apr 27 17:52:44 1999 +0000
+++ b/sys/compat/osf1/osf1_syscallargs.h        Tue Apr 27 17:53:11 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscallargs.h,v 1.20 1999/04/23 06:20:33 cgd Exp $        */
+/*     $NetBSD: osf1_syscallargs.h,v 1.21 1999/04/27 17:53:11 cgd Exp $        */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 1999/04/23 06:19:51 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp 
  */
 
 #ifndef _OSF1_SYS__SYSCALLARGS_H_
@@ -118,6 +118,11 @@
        syscallarg(int) protocol;
 };
 
+struct osf1_sys_getrusage_args {
+       syscallarg(int) who;
+       syscallarg(struct osf1_rusage *) rusage;
+};
+
 struct osf1_sys_readv_args {
        syscallarg(int) fd;
        syscallarg(struct osf1_iovec *) iovp;
diff -r fb8fce2034c2 -r b8e884a83e88 sys/compat/osf1/osf1_syscalls.c
--- a/sys/compat/osf1/osf1_syscalls.c   Tue Apr 27 17:52:44 1999 +0000
+++ b/sys/compat/osf1/osf1_syscalls.c   Tue Apr 27 17:53:11 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_syscalls.c,v 1.18 1999/04/23 06:20:33 cgd Exp $   */
+/*     $NetBSD: osf1_syscalls.c,v 1.19 1999/04/27 17:53:11 cgd Exp $   */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 1999/04/23 06:19:51 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r fb8fce2034c2 -r b8e884a83e88 sys/compat/osf1/osf1_sysent.c
--- a/sys/compat/osf1/osf1_sysent.c     Tue Apr 27 17:52:44 1999 +0000
+++ b/sys/compat/osf1/osf1_sysent.c     Tue Apr 27 17:53:11 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: osf1_sysent.c,v 1.20 1999/04/23 06:20:33 cgd Exp $     */
+/*     $NetBSD: osf1_sysent.c,v 1.21 1999/04/27 17:53:11 cgd Exp $     */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 1999/04/23 06:19:51 cgd Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp 
  */
 
 #include "opt_compat_43.h"
@@ -253,7 +253,7 @@
            sys_nosys },                        /* 115 = obsolete vtrace */
        { 2, s(struct sys_gettimeofday_args),
            sys_gettimeofday },                 /* 116 = gettimeofday */
-       { 0, 0,
+       { 2, s(struct osf1_sys_getrusage_args),
            osf1_sys_getrusage },               /* 117 = getrusage */
        { 5, s(struct sys_getsockopt_args),
            sys_getsockopt },                   /* 118 = getsockopt */



Home | Main Index | Thread Index | Old Index