Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/freebsd Regen src/sys/compat/freebsd_sys{call.h, c...



details:   https://anonhg.NetBSD.org/src/rev/7f24e8358642
branches:  trunk
changeset: 566491:7f24e8358642
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Mon May 10 20:47:14 2004 +0000

description:
Regen src/sys/compat/freebsd_sys{call.h,callargs.h,calls.c,ent.c} from
syscalls.master rev 1.45, with COMPAT_2.0 fix.

diffstat:

 sys/compat/freebsd/freebsd_syscall.h     |  4 ++--
 sys/compat/freebsd/freebsd_syscallargs.h |  4 ++--
 sys/compat/freebsd/freebsd_syscalls.c    |  7 ++++---
 sys/compat/freebsd/freebsd_sysent.c      |  7 ++++---
 4 files changed, 12 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r 3cee943543dd -r 7f24e8358642 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h      Mon May 10 20:46:44 2004 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h      Mon May 10 20:47:14 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscall.h,v 1.54 2004/04/21 01:05:36 christos Exp $ */
+/* $NetBSD: freebsd_syscall.h,v 1.55 2004/05/10 20:47:14 jonathan Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.43 2004/01/29 02:00:02 tsarna Exp 
+ * created from        NetBSD: syscalls.master,v 1.45 2004/05/10 20:27:42 christos Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
diff -r 3cee943543dd -r 7f24e8358642 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h  Mon May 10 20:46:44 2004 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h  Mon May 10 20:47:14 2004 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: freebsd_syscallargs.h,v 1.56 2004/04/21 01:05:36 christos Exp $ */
+/* $NetBSD: freebsd_syscallargs.h,v 1.57 2004/05/10 20:47:14 jonathan Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.43 2004/01/29 02:00:02 tsarna Exp 
+ * created from        NetBSD: syscalls.master,v 1.45 2004/05/10 20:27:42 christos Exp 
  */
 
 #ifndef _FREEBSD_SYS__SYSCALLARGS_H_
diff -r 3cee943543dd -r 7f24e8358642 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c     Mon May 10 20:46:44 2004 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c     Mon May 10 20:47:14 2004 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: freebsd_syscalls.c,v 1.54 2004/04/21 01:05:36 christos Exp $ */
+/* $NetBSD: freebsd_syscalls.c,v 1.55 2004/05/10 20:47:14 jonathan Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.43 2004/01/29 02:00:02 tsarna Exp 
+ * created from        NetBSD: syscalls.master,v 1.45 2004/05/10 20:27:42 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.54 2004/04/21 01:05:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: freebsd_syscalls.c,v 1.55 2004/05/10 20:47:14 jonathan Exp $");
 
 #if defined(_KERNEL_OPT)
 #if defined(_KERNEL_OPT)
@@ -17,6 +17,7 @@
 #include "opt_ntp.h"
 #include "opt_sysv.h"
 #include "opt_compat_43.h"
+#include "opt_compat_netbsd.h"
 #include "opt_posix.h"
 #include "fs_lfs.h"
 #include "fs_nfs.h"
diff -r 3cee943543dd -r 7f24e8358642 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c       Mon May 10 20:46:44 2004 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c       Mon May 10 20:47:14 2004 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: freebsd_sysent.c,v 1.56 2004/04/21 01:05:36 christos Exp $ */
+/* $NetBSD: freebsd_sysent.c,v 1.57 2004/05/10 20:47:14 jonathan Exp $ */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.43 2004/01/29 02:00:02 tsarna Exp 
+ * created from        NetBSD: syscalls.master,v 1.45 2004/05/10 20:27:42 christos Exp 
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.56 2004/04/21 01:05:36 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: freebsd_sysent.c,v 1.57 2004/05/10 20:47:14 jonathan Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
@@ -16,6 +16,7 @@
 #include "opt_ntp.h"
 #include "opt_sysv.h"
 #include "opt_compat_43.h"
+#include "opt_compat_netbsd.h"
 #include "opt_posix.h"
 #include "fs_lfs.h"
 #include "fs_nfs.h"



Home | Main Index | Thread Index | Old Index