diff options
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_proto.h')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h index e1c68f2..2275be6 100644 --- a/sys/i386/ibcs2/ibcs2_proto.h +++ b/sys/i386/ibcs2/ibcs2_proto.h @@ -3,13 +3,14 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.18 2004/03/28 22:51:01 rwatson Exp + * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.19 2004/08/24 20:21:21 jhb Exp */ #ifndef _IBCS2_SYSPROTO_H_ #define _IBCS2_SYSPROTO_H_ #include <sys/signal.h> +#include <sys/acl.h> #include <sys/thr.h> #include <sys/umtx.h> #include <posix4/_semaphore.h> |