diff options
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix.h')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_xenix.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h index 3b0cade..e00dbc4 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.h +++ b/sys/i386/ibcs2/ibcs2_xenix.h @@ -2,15 +2,13 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.xenix,v 1.1 1995/10/10 07:59:29 swallace Exp + * created from Id: syscalls.xenix,v 1.4 1997/02/22 09:33:39 peter Exp */ #ifndef _IBCS2_XENIX_H_ #define _IBCS2_XENIX_H_ -#include <sys/types.h> -#include <sys/param.h> -#include <sys/mount.h> +#include <sys/signal.h> struct xenix_rdchk_args { int fd; |