diff options
Diffstat (limited to 'sys/alpha/linux/linux_proto.h')
-rw-r--r-- | sys/alpha/linux/linux_proto.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h index a70c3f99f788..0fa62a584738 100644 --- a/sys/alpha/linux/linux_proto.h +++ b/sys/alpha/linux/linux_proto.h @@ -3,15 +3,15 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.50 2001/10/07 00:20:08 marcel Exp + * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.52 2003/02/16 02:31:05 tjr Exp */ #ifndef _LINUX_SYSPROTO_H_ #define _LINUX_SYSPROTO_H_ #include <sys/signal.h> - #include <sys/acl.h> +#include <posix4/_semaphore.h> struct proc; @@ -719,6 +719,12 @@ int linux_getdents64(struct thread *, struct linux_getdents64_args *); #endif /* COMPAT_43 */ + +#ifdef COMPAT_FREEBSD4 + + +#endif /* COMPAT_FREEBSD4 */ + #undef PAD_ #undef PADL_ #undef PADR_ |