From 3264aec746947db8598130cb0ac382cf0b2a10cf Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 02:08:01 +0000 Subject: Remove __P. --- sys/dev/streams/streams.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/streams') diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 1b916a1..41adb1a 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -61,8 +61,8 @@ #include #include -static int svr4_soo_close __P((struct file *, struct thread *)); -static int svr4_ptm_alloc __P((struct thread *)); +static int svr4_soo_close(struct file *, struct thread *); +static int svr4_ptm_alloc(struct thread *); static d_open_t streamsopen; struct svr4_sockcache_entry { -- cgit v1.1