diff options
author | bde <bde@FreeBSD.org> | 2000-05-09 21:52:02 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-05-09 21:52:02 +0000 |
commit | 9bb1617433495d432c109d90e229bb800b7bc9d7 (patch) | |
tree | 77d87d31f1378b2335d75c16c780ae87c1474327 /sys/alpha/osf1/osf1_proto.h | |
parent | ef5a12c723153da3f2cbffa00326911c9c02e6de (diff) | |
download | FreeBSD-src-9bb1617433495d432c109d90e229bb800b7bc9d7.zip FreeBSD-src-9bb1617433495d432c109d90e229bb800b7bc9d7.tar.gz |
Regenerated (fixed the calculation of sy_nargs in sysent tables).
Diffstat (limited to 'sys/alpha/osf1/osf1_proto.h')
-rw-r--r-- | sys/alpha/osf1/osf1_proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/osf1/osf1_proto.h b/sys/alpha/osf1/osf1_proto.h index d588e67..a5478c7 100644 --- a/sys/alpha/osf1/osf1_proto.h +++ b/sys/alpha/osf1/osf1_proto.h @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from; FreeBSD + * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.2 2000/05/09 18:23:16 bde Exp */ #ifndef _OSF1_SYSPROTO_H_ @@ -11,6 +11,8 @@ #include <sys/signal.h> +#include <sys/acl.h> + struct proc; #define PAD_(t) (sizeof(register_t) <= sizeof(t) ? \ |