summaryrefslogtreecommitdiffstats
path: root/sys/sys/ipc.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
committeralfred <alfred@FreeBSD.org>2002-03-19 20:18:42 +0000
commit3b2d03b60a11ce28e58a87212bcccedd306f2c81 (patch)
tree233cfc0a5493dd5fb7407b0b8be25bcdc426772d /sys/sys/ipc.h
parent3f502bc0e38e05c234115d22c39f02e6a4ab4fcb (diff)
downloadFreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.zip
FreeBSD-src-3b2d03b60a11ce28e58a87212bcccedd306f2c81.tar.gz
Remove __P
Diffstat (limited to 'sys/sys/ipc.h')
-rw-r--r--sys/sys/ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h
index 9d748de..96b3951 100644
--- a/sys/sys/ipc.h
+++ b/sys/sys/ipc.h
@@ -86,7 +86,7 @@ struct ipc_perm {
struct thread;
struct proc;
-int ipcperm __P((struct thread *, struct ipc_perm *, int));
+int ipcperm(struct thread *, struct ipc_perm *, int);
extern void (*shmfork_hook)(struct proc *, struct proc *);
extern void (*shmexit_hook)(struct proc *);
@@ -97,7 +97,7 @@ extern void (*shmexit_hook)(struct proc *);
#include <sys/cdefs.h>
__BEGIN_DECLS
-key_t ftok __P((const char *, int));
+key_t ftok(const char *, int);
__END_DECLS
#endif /* _KERNEL */
OpenPOWER on IntegriCloud