summaryrefslogtreecommitdiffstats
path: root/sys/sys/ipc.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:25:04 +0000
commitb1b8768e6a30f06704cfedaeae8f3397ad760a4e (patch)
tree3fb1646e6a554000fd088d88399afcd049cea7e9 /sys/sys/ipc.h
parentc19ab2dab1da14de3c443a8c43b01233a5587bf8 (diff)
downloadFreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.zip
FreeBSD-src-b1b8768e6a30f06704cfedaeae8f3397ad760a4e.tar.gz
Prototypes, prototypes and even more prototypes. Not quite done yet, but
getting closer all the time.
Diffstat (limited to 'sys/sys/ipc.h')
-rw-r--r--sys/sys/ipc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h
index 1af00e1..bc63d69 100644
--- a/sys/sys/ipc.h
+++ b/sys/sys/ipc.h
@@ -41,7 +41,7 @@
* SUCH DAMAGE.
*
* @(#)ipc.h 8.3 (Berkeley) 1/21/94
- * $Id: ipc.h,v 1.2 1994/08/02 07:53:06 davidg Exp $
+ * $Id: ipc.h,v 1.3 1994/09/13 14:47:33 dfr Exp $
*/
/*
@@ -83,6 +83,8 @@ struct ipc_perm {
#define IPCID_TO_IX(id) ((id) & 0xffff)
#define IPCID_TO_SEQ(id) (((id) >> 16) & 0xffff)
#define IXSEQ_TO_IPCID(ix,perm) (((perm.seq) << 16) | (ix & 0xffff))
+
+int ipcperm __P((struct ucred *,struct ipc_perm *,int));
#endif /* KERNEL */
#endif /* !_SYS_IPC_H_ */
OpenPOWER on IntegriCloud