diff options
author | tjr <tjr@FreeBSD.org> | 2003-02-16 02:32:17 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-02-16 02:32:17 +0000 |
commit | e140562e4d1502f4386f69e932221ad4cef65631 (patch) | |
tree | da4d6003421681947a0e543f9c102018ec18ee68 /sys/alpha/linux/linux_proto.h | |
parent | 6300af60d3ec89c93b76aa4076f96bb5327a80af (diff) | |
download | FreeBSD-src-e140562e4d1502f4386f69e932221ad4cef65631.zip FreeBSD-src-e140562e4d1502f4386f69e932221ad4cef65631.tar.gz |
Regen from syscalls.master 1.52.
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 a70c3f9..0fa62a5 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_ |