Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/aout Regen



details:   https://anonhg.NetBSD.org/src/rev/4d437d20ab73
branches:  trunk
changeset: 485764:4d437d20ab73
user:      kristerw <kristerw%NetBSD.org@localhost>
date:      Thu May 04 21:56:47 2000 +0000

description:
Regen

diffstat:

 sys/compat/aout/aout_syscall.h     |  12 +++++++++---
 sys/compat/aout/aout_syscallargs.h |   6 ++++--
 sys/compat/aout/aout_syscalls.c    |   6 ++++--
 sys/compat/aout/aout_sysent.c      |   8 ++++++--
 4 files changed, 23 insertions(+), 9 deletions(-)

diffs (100 lines):

diff -r 005b322a7271 -r 4d437d20ab73 sys/compat/aout/aout_syscall.h
--- a/sys/compat/aout/aout_syscall.h    Thu May 04 21:52:32 2000 +0000
+++ b/sys/compat/aout/aout_syscall.h    Thu May 04 21:56:47 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscall.h,v 1.8 2000/01/31 15:53:46 christos Exp $        */
+/*     $NetBSD: aout_syscall.h,v 1.9 2000/05/04 21:56:47 kristerw Exp $        */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp 
+ * created from        NetBSD: syscalls.master,v 1.9 2000/05/04 21:52:32 kristerw Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -763,4 +763,10 @@
 #define        AOUT_SYS___shmctl13     303
 
                                /* 303 is excluded __shmctl13 */
-#define        AOUT_SYS_MAXSYSCALL     304
+/* syscall: "lchflags" ret: "int" args: "const char *" "u_long" */
+#define        AOUT_SYS_lchflags       304
+
+/* syscall: "issetugid" ret: "int" args: */
+#define        AOUT_SYS_issetugid      305
+
+#define        AOUT_SYS_MAXSYSCALL     306
diff -r 005b322a7271 -r 4d437d20ab73 sys/compat/aout/aout_syscallargs.h
--- a/sys/compat/aout/aout_syscallargs.h        Thu May 04 21:52:32 2000 +0000
+++ b/sys/compat/aout/aout_syscallargs.h        Thu May 04 21:56:47 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscallargs.h,v 1.8 2000/01/31 15:53:46 christos Exp $    */
+/*     $NetBSD: aout_syscallargs.h,v 1.9 2000/05/04 21:56:47 kristerw Exp $    */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp 
+ * created from        NetBSD: syscalls.master,v 1.9 2000/05/04 21:52:32 kristerw Exp 
  */
 
 #ifndef _AOUT_SYS__SYSCALLARGS_H_
@@ -535,4 +535,6 @@
 int    sys___shmctl13  __P((struct proc *, void *, register_t *));
 #else
 #endif
+int    sys_lchflags    __P((struct proc *, void *, register_t *));
+int    sys_issetugid   __P((struct proc *, void *, register_t *));
 #endif /* _AOUT_SYS__SYSCALLARGS_H_ */
diff -r 005b322a7271 -r 4d437d20ab73 sys/compat/aout/aout_syscalls.c
--- a/sys/compat/aout/aout_syscalls.c   Thu May 04 21:52:32 2000 +0000
+++ b/sys/compat/aout/aout_syscalls.c   Thu May 04 21:56:47 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscalls.c,v 1.8 2000/01/31 15:53:46 christos Exp $       */
+/*     $NetBSD: aout_syscalls.c,v 1.9 2000/05/04 21:56:47 kristerw Exp $       */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp 
+ * created from        NetBSD: syscalls.master,v 1.9 2000/05/04 21:52:32 kristerw Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
@@ -421,4 +421,6 @@
 #else
        "#303 (excluded __shmctl13)",           /* 303 = excluded __shmctl13 */
 #endif
+       "lchflags",                     /* 304 = lchflags */
+       "issetugid",                    /* 305 = issetugid */
 };
diff -r 005b322a7271 -r 4d437d20ab73 sys/compat/aout/aout_sysent.c
--- a/sys/compat/aout/aout_sysent.c     Thu May 04 21:52:32 2000 +0000
+++ b/sys/compat/aout/aout_sysent.c     Thu May 04 21:56:47 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_sysent.c,v 1.8 2000/01/31 15:53:46 christos Exp $ */
+/*     $NetBSD: aout_sysent.c,v 1.9 2000/05/04 21:56:47 kristerw Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.7 2000/01/08 17:02:46 tron Exp 
+ * created from        NetBSD: syscalls.master,v 1.9 2000/05/04 21:52:32 kristerw Exp 
  */
 
 #include "opt_ktrace.h"
@@ -764,5 +764,9 @@
        { 0, 0,
            sys_nosys },                        /* 303 = excluded __shmctl13 */
 #endif
+       { 2, s(struct sys_lchflags_args),
+           sys_lchflags },                     /* 304 = lchflags */
+       { 0, 0,
+           sys_issetugid },                    /* 305 = issetugid */
 };
 



Home | Main Index | Thread Index | Old Index