Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/b93e3385a1dc
branches:  chs-ubc2
changeset: 471423:b93e3385a1dc
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 21:50:57 1999 +0000

description:
Regen.

diffstat:

 sys/compat/aout/aout_syscall.h     |  6 +++---
 sys/compat/aout/aout_syscallargs.h |  4 ++--
 sys/compat/aout/aout_syscalls.c    |  4 ++--
 sys/compat/aout/aout_sysent.c      |  4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diffs (73 lines):

diff -r 8b3076a395bd -r b93e3385a1dc sys/compat/aout/aout_syscall.h
--- a/sys/compat/aout/aout_syscall.h    Mon Aug 02 21:43:51 1999 +0000
+++ b/sys/compat/aout/aout_syscall.h    Mon Aug 02 21:50:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscall.h,v 1.2.4.1 1999/06/21 01:05:48 thorpej Exp $     */
+/*     $NetBSD: aout_syscall.h,v 1.2.4.2 1999/08/02 21:50:57 thorpej Exp $     */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.2.4.2 1999/08/02 21:50:39 thorpej Exp 
  */
 
 /* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -209,7 +209,7 @@
 
                                /* 67 is obsolete vread */
                                /* 68 is obsolete vwrite */
-/* syscall: "sbrk" ret: "int" args: "int" */
+/* syscall: "sbrk" ret: "int" args: "intptr_t" */
 #define        AOUT_SYS_sbrk   69
 
 /* syscall: "sstk" ret: "int" args: "int" */
diff -r 8b3076a395bd -r b93e3385a1dc sys/compat/aout/aout_syscallargs.h
--- a/sys/compat/aout/aout_syscallargs.h        Mon Aug 02 21:43:51 1999 +0000
+++ b/sys/compat/aout/aout_syscallargs.h        Mon Aug 02 21:50:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscallargs.h,v 1.2.4.1 1999/06/21 01:05:48 thorpej Exp $ */
+/*     $NetBSD: aout_syscallargs.h,v 1.2.4.2 1999/08/02 21:50:57 thorpej Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.2.4.2 1999/08/02 21:50:39 thorpej Exp 
  */
 
 #ifndef _AOUT_SYS__SYSCALLARGS_H_
diff -r 8b3076a395bd -r b93e3385a1dc sys/compat/aout/aout_syscalls.c
--- a/sys/compat/aout/aout_syscalls.c   Mon Aug 02 21:43:51 1999 +0000
+++ b/sys/compat/aout/aout_syscalls.c   Mon Aug 02 21:50:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_syscalls.c,v 1.2.4.1 1999/06/21 01:05:48 thorpej Exp $    */
+/*     $NetBSD: aout_syscalls.c,v 1.2.4.2 1999/08/02 21:50:57 thorpej Exp $    */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.2.4.2 1999/08/02 21:50:39 thorpej Exp 
  */
 
 #if defined(_KERNEL) && !defined(_LKM)
diff -r 8b3076a395bd -r b93e3385a1dc sys/compat/aout/aout_sysent.c
--- a/sys/compat/aout/aout_sysent.c     Mon Aug 02 21:43:51 1999 +0000
+++ b/sys/compat/aout/aout_sysent.c     Mon Aug 02 21:50:57 1999 +0000
@@ -1,10 +1,10 @@
-/*     $NetBSD: aout_sysent.c,v 1.2.4.1 1999/06/21 01:05:49 thorpej Exp $      */
+/*     $NetBSD: aout_sysent.c,v 1.2.4.2 1999/08/02 21:50:58 thorpej Exp $      */
 
 /*
  * System call switch table.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.3 1999/06/09 04:27:44 christos Exp 
+ * created from        NetBSD: syscalls.master,v 1.2.4.2 1999/08/02 21:50:39 thorpej Exp 
  */
 
 #include "opt_ktrace.h"



Home | Main Index | Thread Index | Old Index