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.130.2.2 retrieving revision 1.130.2.3 diff -u -p -r1.130.2.2 -r1.130.2.3 --- src/sys/netinet/ip_input.c 2001/06/21 20:08:37 1.130.2.2 +++ src/sys/netinet/ip_input.c 2001/08/24 00:12:25 1.130.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: ip_input.c,v 1.130.2.2 2001/06/21 20:08:37 nathanw Exp $ */ +/* $NetBSD: ip_input.c,v 1.130.2.3 2001/08/24 00:12:25 nathanw Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -531,7 +531,7 @@ ip_input(struct mbuf *m) * not the decapsulated packet. */ #ifdef IPSEC - if (!ipsec_gethist(m, NULL)) + if (!ipsec_getnhist(m)) #else if (1) #endif