diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index ba0a87041b47..2006a0c0e9dd 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -2,15 +2,13 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp + * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp */ #ifndef _LINUX_SYSPROTO_H_ #define _LINUX_SYSPROTO_H_ -#include -#include -#include +#include struct linux_setup_args { int dummy; diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h index 02503a1a9d3d..cfc108d036a6 100644 --- a/sys/i386/linux/linux_syscall.h +++ b/sys/i386/linux/linux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.2 1996/03/04 20:58:47 peter Exp + * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp */ #define LINUX_SYS_linux_setup 0 diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 10fa63818db1..6686cc93c3de 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_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.2 1996/03/04 20:58:47 peter Exp + * created from Id: syscalls.master,v 1.4 1997/02/22 09:38:31 peter Exp */ #include