Source-Changes-HG archive

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

[src/trunk]: src/sys Regen.



details:   https://anonhg.NetBSD.org/src/rev/5c6de0d7349e
branches:  trunk
changeset: 480915:5c6de0d7349e
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jan 23 01:01:51 2000 +0000

description:
Regen.

diffstat:

 sys/kern/init_sysent.c |  4 ++--
 sys/kern/syscalls.c    |  4 ++--
 sys/sys/syscall.h      |  6 +++---
 sys/sys/syscallargs.h  |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (73 lines):

diff -r 17c15ce8b9b7 -r 5c6de0d7349e sys/kern/init_sysent.c
--- a/sys/kern/init_sysent.c    Sun Jan 23 01:01:30 2000 +0000
+++ b/sys/kern/init_sysent.c    Sun Jan 23 01:01:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: init_sysent.c,v 1.111 1999/08/25 05:06:32 thorpej Exp $        */
+/*     $NetBSD: init_sysent.c,v 1.112 2000/01/23 01:01:51 mycroft Exp $        */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp 
  */
 
 #include "opt_ktrace.h"
diff -r 17c15ce8b9b7 -r 5c6de0d7349e sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Sun Jan 23 01:01:30 2000 +0000
+++ b/sys/kern/syscalls.c       Sun Jan 23 01:01:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: syscalls.c,v 1.105 1999/08/25 05:06:32 thorpej Exp $   */
+/*     $NetBSD: syscalls.c,v 1.106 2000/01/23 01:01:52 mycroft Exp $   */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r 17c15ce8b9b7 -r 5c6de0d7349e sys/sys/syscall.h
--- a/sys/sys/syscall.h Sun Jan 23 01:01:30 2000 +0000
+++ b/sys/sys/syscall.h Sun Jan 23 01:01:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: syscall.h,v 1.104 1999/08/25 05:06:31 thorpej Exp $    */
+/*     $NetBSD: syscall.h,v 1.105 2000/01/23 01:01:52 mycroft Exp $    */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -692,7 +692,7 @@
 /* syscall: "fhstatfs" ret: "int" args: "const fhandle_t *" "struct statfs *" */
 #define        SYS_fhstatfs    300
 
-/* syscall: "__semctl13" ret: "int" args: "int" "int" "int" "union __semun" */
+/* syscall: "__semctl13" ret: "int" args: "int" "int" "int" "..." */
 #define        SYS___semctl13  301
 
                                /* 301 is excluded __semctl13 */
diff -r 17c15ce8b9b7 -r 5c6de0d7349e sys/sys/syscallargs.h
--- a/sys/sys/syscallargs.h     Sun Jan 23 01:01:30 2000 +0000
+++ b/sys/sys/syscallargs.h     Sun Jan 23 01:01:51 2000 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: syscallargs.h,v 1.85 1999/08/25 05:06:32 thorpej Exp $ */
+/*     $NetBSD: syscallargs.h,v 1.86 2000/01/23 01:01:53 mycroft Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp 
+ * created from        NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp 
  */
 
 #ifndef _SYS__SYSCALLARGS_H_



Home | Main Index | Thread Index | Old Index