Source-Changes-HG archive

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

[src/chs-ubc2]: src/sys/compat/freebsd Regen.



details:   https://anonhg.NetBSD.org/src/rev/8c978f3a0524
branches:  chs-ubc2
changeset: 471425:8c978f3a0524
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 21:51:41 1999 +0000

description:
Regen.

diffstat:

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

diffs (73 lines):

diff -r fcdee44e70ac -r 8c978f3a0524 sys/compat/freebsd/freebsd_syscall.h
--- a/sys/compat/freebsd/freebsd_syscall.h      Mon Aug 02 21:51:26 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscall.h      Mon Aug 02 21:51:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: freebsd_syscall.h,v 1.28.4.1 1999/06/21 01:06:44 thorpej Exp $ */
+/*     $NetBSD: freebsd_syscall.h,v 1.28.4.2 1999/08/02 21:51:41 thorpej Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp 
+ * created from        NetBSD: syscalls.master,v 1.22.4.2 1999/08/02 21:51:26 thorpej Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: */
@@ -208,7 +208,7 @@
 
                                /* 67 is obsolete vread */
                                /* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
 #define        FREEBSD_SYS_sbrk        69
 
 /* syscall: "sstk" ret: "int" args: "int" */
diff -r fcdee44e70ac -r 8c978f3a0524 sys/compat/freebsd/freebsd_syscallargs.h
--- a/sys/compat/freebsd/freebsd_syscallargs.h  Mon Aug 02 21:51:26 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscallargs.h  Mon Aug 02 21:51:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: freebsd_syscallargs.h,v 1.28.4.1 1999/06/21 01:06:44 thorpej Exp $     */
+/*     $NetBSD: freebsd_syscallargs.h,v 1.28.4.2 1999/08/02 21:51:41 thorpej Exp $     */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp 
+ * created from        NetBSD: syscalls.master,v 1.22.4.2 1999/08/02 21:51:26 thorpej Exp 
  */
 
 #ifndef _FREEBSD_SYS__SYSCALLARGS_H_
diff -r fcdee44e70ac -r 8c978f3a0524 sys/compat/freebsd/freebsd_syscalls.c
--- a/sys/compat/freebsd/freebsd_syscalls.c     Mon Aug 02 21:51:26 1999 +0000
+++ b/sys/compat/freebsd/freebsd_syscalls.c     Mon Aug 02 21:51:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: freebsd_syscalls.c,v 1.27.4.1 1999/06/21 01:06:44 thorpej Exp $        */
+/*     $NetBSD: freebsd_syscalls.c,v 1.27.4.2 1999/08/02 21:51:41 thorpej Exp $        */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp 
+ * created from        NetBSD: syscalls.master,v 1.22.4.2 1999/08/02 21:51:26 thorpej Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r fcdee44e70ac -r 8c978f3a0524 sys/compat/freebsd/freebsd_sysent.c
--- a/sys/compat/freebsd/freebsd_sysent.c       Mon Aug 02 21:51:26 1999 +0000
+++ b/sys/compat/freebsd/freebsd_sysent.c       Mon Aug 02 21:51:41 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: freebsd_sysent.c,v 1.29.4.1 1999/06/21 01:06:44 thorpej Exp $  */
+/*     $NetBSD: freebsd_sysent.c,v 1.29.4.2 1999/08/02 21:51:41 thorpej Exp $  */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.23 1999/06/09 12:33:18 drochner Exp 
+ * created from        NetBSD: syscalls.master,v 1.22.4.2 1999/08/02 21:51:26 thorpej Exp 
  */
 
 #include "opt_ktrace.h"



Home | Main Index | Thread Index | Old Index