diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2000-12-06 21:02:30 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2000-12-06 21:02:30 +0000 |
| commit | eb248dea9482fc3b54baa2e22d5a2bfef5bc871a (patch) | |
| tree | d359597a271d5a83de482cda91faf7f04d69ccdb /sys | |
| parent | 6ddca63eb77ca12d54ac65f2f9cd571bebcd2fdf (diff) | |
regen
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/compat/aout/aout_syscall.h | 4 | ||||
| -rw-r--r-- | sys/compat/aout/aout_syscallargs.h | 4 | ||||
| -rw-r--r-- | sys/compat/aout/aout_syscalls.c | 4 | ||||
| -rw-r--r-- | sys/compat/aout/aout_sysent.c | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/sys/compat/aout/aout_syscall.h b/sys/compat/aout/aout_syscall.h index d18808251fe..e265143dcb7 100644 --- a/sys/compat/aout/aout_syscall.h +++ b/sys/compat/aout/aout_syscall.h @@ -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 --git a/sys/compat/aout/aout_syscallargs.h b/sys/compat/aout/aout_syscallargs.h index 46eaaded83b..c4e2f1942ae 100644 --- a/sys/compat/aout/aout_syscallargs.h +++ b/sys/compat/aout/aout_syscallargs.h @@ -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 --git a/sys/compat/aout/aout_syscalls.c b/sys/compat/aout/aout_syscalls.c index 842638dfb45..1312761fc7b 100644 --- a/sys/compat/aout/aout_syscalls.c +++ b/sys/compat/aout/aout_syscalls.c @@ -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 --git a/sys/compat/aout/aout_sysent.c b/sys/compat/aout/aout_sysent.c index 4ac24fe0bc0..c582b59fc48 100644 --- a/sys/compat/aout/aout_sysent.c +++ b/sys/compat/aout/aout_sysent.c @@ -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> |
