summaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
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 9ba86a03ce5fe..cf2cba6ba811f 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
- * $Id: in_proto.c,v 1.39 1997/04/27 20:01:05 wollman Exp $
+ * $Id: in_proto.c,v 1.40 1997/05/25 06:09:23 peter Exp $
*/
#include <sys/param.h>
@@ -196,7 +196,7 @@ struct protosw inetsw[] = {
},
};
-extern int in_inithead(void **, int);
+extern int in_inithead __P((void **, int));
struct domain inetdomain =
{ AF_INET, "internet", 0, 0, 0,