Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/ip_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.145 retrieving revision 1.146 diff -u -p -r1.145 -r1.146 --- src/sys/netinet/ip_input.c 2002/02/25 02:17:55 1.145 +++ src/sys/netinet/ip_input.c 2002/03/08 20:48:43 1.146 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.145 2002/02/25 02:17:55 itojun Exp $ */ +/* $NetBSD: ip_input.c,v 1.146 2002/03/08 20:48:43 thorpej Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -102,7 +102,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.145 2002/02/25 02:17:55 itojun Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.146 2002/03/08 20:48:43 thorpej Exp $"); #include "opt_gateway.h" #include "opt_pfil_hooks.h" @@ -318,7 +318,7 @@ ip_init() int i; pool_init(&ipqent_pool, sizeof(struct ipqent), 0, 0, 0, "ipqepl", - 0, NULL, NULL, M_IPQ); + NULL); pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); if (pr == 0)