From 789f12fe69217e4b81da4c0f556e7edd21133f9a Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Tue, 19 Mar 2002 20:18:42 +0000 Subject: Remove __P --- sys/sys/ipc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/sys/ipc.h') 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 __BEGIN_DECLS -key_t ftok __P((const char *, int)); +key_t ftok(const char *, int); __END_DECLS #endif /* _KERNEL */ -- cgit v1.2.3