diff options
-rw-r--r-- | sys/kern/init_sysent.c | 2 | ||||
-rw-r--r-- | sys/kern/syscalls.c | 2 | ||||
-rw-r--r-- | sys/sys/syscall-hide.h | 2 | ||||
-rw-r--r-- | sys/sys/syscall.h | 2 | ||||
-rw-r--r-- | sys/sys/sysproto.h | 3 |
5 files changed, 5 insertions, 6 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 29b435f..d3b4a70 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp + * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp */ #include <sys/param.h> diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index b824925..f1b82ea 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp + * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp */ char *syscallnames[] = { diff --git a/sys/sys/syscall-hide.h b/sys/sys/syscall-hide.h index 9719618..b663de1 100644 --- a/sys/sys/syscall-hide.h +++ b/sys/sys/syscall-hide.h @@ -2,7 +2,7 @@ * System call hiders. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp + * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp */ HIDE_POSIX(fork) diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index bd7b41d..c9d5581 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp + * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp */ #define SYS_syscall 0 diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index cf0015b..ca155f0 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -2,13 +2,12 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.39 1997/06/01 08:52:38 peter Exp + * created from Id: syscalls.master,v 1.40 1997/06/16 00:29:32 dyson Exp */ #ifndef _SYS_SYSPROTO_H_ #define _SYS_SYSPROTO_H_ -#include <sys/aio.h> #include <sys/signal.h> struct nosys_args { |