diff options
Diffstat (limited to 'sys/compat/svr4/svr4_net.c')
-rw-r--r-- | sys/compat/svr4/svr4_net.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/svr4/svr4_net.c b/sys/compat/svr4/svr4_net.c index adf7b0071f8..a4caf5cfac2 100644 --- a/sys/compat/svr4/svr4_net.c +++ b/sys/compat/svr4/svr4_net.c @@ -1,4 +1,4 @@ -/* $OpenBSD: svr4_net.c,v 1.14 2002/02/08 19:34:16 art Exp $ */ +/* $OpenBSD: svr4_net.c,v 1.15 2002/03/14 01:26:51 millert Exp $ */ /* $NetBSD: svr4_net.c,v 1.12 1996/09/07 12:40:51 mycroft Exp $ */ /* @@ -77,9 +77,9 @@ enum { dev_unix_ord_stream = 40 }; -int svr4_netattach __P((int)); +int svr4_netattach(int); -static int svr4_soo_close __P((struct file *fp, struct proc *p)); +static int svr4_soo_close(struct file *fp, struct proc *p); static struct fileops svr4_netops = { soo_read, soo_write, soo_ioctl, soo_select, soo_kqfilter, |