aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ipc.h
diff options
context:
space:
mode:
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 9d748de9c39a..96b395136094 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 */