summaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-08 07:33:39 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-10-08 07:33:39 +0000
commitbb69c602cc2f10c794154716803997b4be82629b (patch)
tree2cde5c3c1bc187a00aeb76666582721b702642d7 /sys/netinet/in_proto.c
parent041e9d82c7484cc50036fc56939903735506cdf5 (diff)
Prototype & Stylistic fixes for high -W gcc levels
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index 56387aaa7ca..295ca096960 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in_proto.c,v 1.5 1996/07/18 05:00:57 dm Exp $ */
+/* $OpenBSD: in_proto.c,v 1.6 1996/10/08 07:33:25 niklas Exp $ */
/* $NetBSD: in_proto.c,v 1.14 1996/02/18 18:58:32 christos Exp $ */
/*
@@ -90,7 +90,7 @@
#endif /* MROUTING */
#ifdef IPFILTER
-void iplinit();
+void iplinit __P((void));
#define ip_init iplinit
#endif