Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin regen.



details:   https://anonhg.NetBSD.org/src/rev/162a01125a01
branches:  trunk
changeset: 542146:162a01125a01
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 22 17:47:47 2003 +0000

description:
regen.

diffstat:

 sys/compat/darwin/darwin_syscall.h     |  4 ++--
 sys/compat/darwin/darwin_syscallargs.h |  4 ++--
 sys/compat/darwin/darwin_syscalls.c    |  6 +++---
 sys/compat/darwin/darwin_sysent.c      |  6 +++---
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r 04bdac908a22 -r 162a01125a01 sys/compat/darwin/darwin_syscall.h
--- a/sys/compat/darwin/darwin_syscall.h        Wed Jan 22 17:47:35 2003 +0000
+++ b/sys/compat/darwin/darwin_syscall.h        Wed Jan 22 17:47:47 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscall.h,v 1.19 2003/01/22 17:47:35 christos Exp $ */
+/* $NetBSD: darwin_syscall.h,v 1.20 2003/01/22 17:47:47 christos Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.10 2002/12/26 14:41:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 04bdac908a22 -r 162a01125a01 sys/compat/darwin/darwin_syscallargs.h
--- a/sys/compat/darwin/darwin_syscallargs.h    Wed Jan 22 17:47:35 2003 +0000
+++ b/sys/compat/darwin/darwin_syscallargs.h    Wed Jan 22 17:47:47 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscallargs.h,v 1.19 2003/01/22 17:47:35 christos Exp $ */
+/* $NetBSD: darwin_syscallargs.h,v 1.20 2003/01/22 17:47:48 christos Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.10 2002/12/26 14:41:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
  */
 
 #ifndef _DARWIN_SYS__SYSCALLARGS_H_
diff -r 04bdac908a22 -r 162a01125a01 sys/compat/darwin/darwin_syscalls.c
--- a/sys/compat/darwin/darwin_syscalls.c       Wed Jan 22 17:47:35 2003 +0000
+++ b/sys/compat/darwin/darwin_syscalls.c       Wed Jan 22 17:47:47 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_syscalls.c,v 1.19 2003/01/22 17:47:35 christos Exp $ */
+/* $NetBSD: darwin_syscalls.c,v 1.20 2003/01/22 17:47:48 christos Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.10 2002/12/26 14:41:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.19 2003/01/22 17:47:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.20 2003/01/22 17:47:48 christos Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
diff -r 04bdac908a22 -r 162a01125a01 sys/compat/darwin/darwin_sysent.c
--- a/sys/compat/darwin/darwin_sysent.c Wed Jan 22 17:47:35 2003 +0000
+++ b/sys/compat/darwin/darwin_sysent.c Wed Jan 22 17:47:47 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_sysent.c,v 1.20 2003/01/22 17:47:35 christos Exp $ */
+/* $NetBSD: darwin_sysent.c,v 1.21 2003/01/22 17:47:48 christos Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.10 2002/12/26 14:41:06 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.20 2003/01/22 17:47:35 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.21 2003/01/22 17:47:48 christos Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"



Home | Main Index | Thread Index | Old Index