Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/aout regen
details: https://anonhg.NetBSD.org/src/rev/f45b42a33990
branches: trunk
changeset: 500143:f45b42a33990
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed Dec 06 21:02:30 2000 +0000
description:
regen
diffstat:
sys/compat/aout/aout_syscall.h | 4 ++--
sys/compat/aout/aout_syscallargs.h | 4 ++--
sys/compat/aout/aout_syscalls.c | 4 ++--
sys/compat/aout/aout_sysent.c | 6 ++++--
4 files changed, 10 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r 5a3f8d6c88a6 -r f45b42a33990 sys/compat/aout/aout_syscall.h
--- a/sys/compat/aout/aout_syscall.h Wed Dec 06 21:02:00 2000 +0000
+++ b/sys/compat/aout/aout_syscall.h Wed Dec 06 21:02:30 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscall.h,v 1.11 2000/08/18 19:35:15 cgd Exp $ */
+/* $NetBSD: aout_syscall.h,v 1.12 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
+ * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
diff -r 5a3f8d6c88a6 -r f45b42a33990 sys/compat/aout/aout_syscallargs.h
--- a/sys/compat/aout/aout_syscallargs.h Wed Dec 06 21:02:00 2000 +0000
+++ b/sys/compat/aout/aout_syscallargs.h Wed Dec 06 21:02:30 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscallargs.h,v 1.12 2000/08/18 19:35:16 cgd Exp $ */
+/* $NetBSD: aout_syscallargs.h,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
+ * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
#ifndef _AOUT_SYS__SYSCALLARGS_H_
diff -r 5a3f8d6c88a6 -r f45b42a33990 sys/compat/aout/aout_syscalls.c
--- a/sys/compat/aout/aout_syscalls.c Wed Dec 06 21:02:00 2000 +0000
+++ b/sys/compat/aout/aout_syscalls.c Wed Dec 06 21:02:30 2000 +0000
@@ -1,10 +1,10 @@
-/* $NetBSD: aout_syscalls.c,v 1.12 2000/11/13 21:32:16 jdolecek Exp $ */
+/* $NetBSD: aout_syscalls.c,v 1.13 2000/12/06 21:02:30 jdolecek Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
+ * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
#if defined(_KERNEL) && !defined(_LKM)
diff -r 5a3f8d6c88a6 -r f45b42a33990 sys/compat/aout/aout_sysent.c
--- a/sys/compat/aout/aout_sysent.c Wed Dec 06 21:02:00 2000 +0000
+++ b/sys/compat/aout/aout_sysent.c Wed Dec 06 21:02:30 2000 +0000
@@ -1,12 +1,13 @@
-/* $NetBSD: aout_sysent.c,v 1.11 2000/08/18 19:35:16 cgd Exp $ */
+/* $NetBSD: aout_sysent.c,v 1.12 2000/12/06 21:02:31 jdolecek Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from NetBSD: syscalls.master,v 1.10 2000/08/07 17:59:35 bjh21 Exp
+ * created from NetBSD: syscalls.master,v 1.11 2000/12/06 21:02:00 jdolecek Exp
*/
+#if defined ( _KERNEL ) && !defined ( _LKM )
#include "opt_ktrace.h"
#include "opt_nfsserver.h"
#include "opt_ntp.h"
@@ -15,6 +16,7 @@
#include "opt_compat_43.h"
#include "fs_lfs.h"
#include "fs_nfs.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/signal.h>
Home |
Main Index |
Thread Index |
Old Index