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/9deffa7fd1f5
branches:  trunk
changeset: 551269:9deffa7fd1f5
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Sep 03 07:29:29 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 861d9ad69476 -r 9deffa7fd1f5 sys/compat/darwin/darwin_syscall.h
--- a/sys/compat/darwin/darwin_syscall.h        Wed Sep 03 07:28:38 2003 +0000
+++ b/sys/compat/darwin/darwin_syscall.h        Wed Sep 03 07:29:29 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscall.h,v 1.28 2003/09/03 07:28:39 manu Exp $ */
+/* $NetBSD: darwin_syscall.h,v 1.29 2003/09/03 07:29:29 manu Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 2003/09/03 07:28:40 manu Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 861d9ad69476 -r 9deffa7fd1f5 sys/compat/darwin/darwin_syscallargs.h
--- a/sys/compat/darwin/darwin_syscallargs.h    Wed Sep 03 07:28:38 2003 +0000
+++ b/sys/compat/darwin/darwin_syscallargs.h    Wed Sep 03 07:29:29 2003 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: darwin_syscallargs.h,v 1.28 2003/09/03 07:28:39 manu Exp $ */
+/* $NetBSD: darwin_syscallargs.h,v 1.29 2003/09/03 07:29:29 manu Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 2003/09/03 07:28:40 manu Exp 
  */
 
 #ifndef _DARWIN_SYS__SYSCALLARGS_H_
diff -r 861d9ad69476 -r 9deffa7fd1f5 sys/compat/darwin/darwin_syscalls.c
--- a/sys/compat/darwin/darwin_syscalls.c       Wed Sep 03 07:28:38 2003 +0000
+++ b/sys/compat/darwin/darwin_syscalls.c       Wed Sep 03 07:29:29 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_syscalls.c,v 1.28 2003/09/03 07:28:39 manu Exp $ */
+/* $NetBSD: darwin_syscalls.c,v 1.29 2003/09/03 07:29:29 manu Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 2003/09/03 07:28:40 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.28 2003/09/03 07:28:39 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_syscalls.c,v 1.29 2003/09/03 07:29:29 manu Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
diff -r 861d9ad69476 -r 9deffa7fd1f5 sys/compat/darwin/darwin_sysent.c
--- a/sys/compat/darwin/darwin_sysent.c Wed Sep 03 07:28:38 2003 +0000
+++ b/sys/compat/darwin/darwin_sysent.c Wed Sep 03 07:29:29 2003 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: darwin_sysent.c,v 1.29 2003/09/03 07:28:39 manu Exp $ */
+/* $NetBSD: darwin_sysent.c,v 1.30 2003/09/03 07:29:30 manu Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.14 2003/09/02 21:31:04 manu Exp 
+ * created from        NetBSD: syscalls.master,v 1.15 2003/09/03 07:28:40 manu Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.29 2003/09/03 07:28:39 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_sysent.c,v 1.30 2003/09/03 07:29:30 manu Exp $");
 
 #include "opt_ktrace.h"
 #include "opt_nfsserver.h"



Home | Main Index | Thread Index | Old Index