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/b1a8627e24bd
branches:  trunk
changeset: 546063:b1a8627e24bd
user:      manu <manu%NetBSD.org@localhost>
date:      Sun Apr 20 00:10:20 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 a5a7175ffd02 -r b1a8627e24bd sys/compat/darwin/darwin_syscall.h
--- a/sys/compat/darwin/darwin_syscall.h        Sun Apr 20 00:09:41 2003 +0000
+++ b/sys/compat/darwin/darwin_syscall.h        Sun Apr 20 00:10:20 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscall.h,v 1.22 2003/04/20 00:09:41 manu Exp $ */
+/* $NetBSD: darwin_syscall.h,v 1.23 2003/04/20 00:10:20 manu Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.12 2003/04/20 00:09:42 manu Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r a5a7175ffd02 -r b1a8627e24bd sys/compat/darwin/darwin_syscallargs.h
--- a/sys/compat/darwin/darwin_syscallargs.h    Sun Apr 20 00:09:41 2003 +0000
+++ b/sys/compat/darwin/darwin_syscallargs.h    Sun Apr 20 00:10:20 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscallargs.h,v 1.22 2003/04/20 00:09:41 manu Exp $ */
+/* $NetBSD: darwin_syscallargs.h,v 1.23 2003/04/20 00:10:20 manu Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.12 2003/04/20 00:09:42 manu Exp 
  */
 
 #ifndef _DARWIN_SYS__SYSCALLARGS_H_
diff -r a5a7175ffd02 -r b1a8627e24bd sys/compat/darwin/darwin_syscalls.c
--- a/sys/compat/darwin/darwin_syscalls.c       Sun Apr 20 00:09:41 2003 +0000
+++ b/sys/compat/darwin/darwin_syscalls.c       Sun Apr 20 00:10:20 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_syscalls.c,v 1.22 2003/04/20 00:09:41 manu Exp $ */
+/* $NetBSD: darwin_syscalls.c,v 1.23 2003/04/20 00:10:20 manu Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.12 2003/04/20 00:09:42 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.22 2003/04/20 00:09:41 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.23 2003/04/20 00:10:20 manu Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
diff -r a5a7175ffd02 -r b1a8627e24bd sys/compat/darwin/darwin_sysent.c
--- a/sys/compat/darwin/darwin_sysent.c Sun Apr 20 00:09:41 2003 +0000
+++ b/sys/compat/darwin/darwin_sysent.c Sun Apr 20 00:10:20 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_sysent.c,v 1.23 2003/04/20 00:09:41 manu Exp $ */
+/* $NetBSD: darwin_sysent.c,v 1.24 2003/04/20 00:10:20 manu Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.11 2003/01/22 17:47:36 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.12 2003/04/20 00:09:42 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.23 2003/04/20 00:09:41 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.24 2003/04/20 00:10:20 manu Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"



Home | Main Index | Thread Index | Old Index