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/raw_ip.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/raw_ip.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.78 retrieving revision 1.78.2.1 diff -u -p -r1.78 -r1.78.2.1 --- src/sys/netinet/raw_ip.c 2003/11/19 18:39:34 1.78 +++ src/sys/netinet/raw_ip.c 2004/05/10 15:00:12 1.78.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.78 2003/11/19 18:39:34 jonathan Exp $ */ +/* $NetBSD: raw_ip.c,v 1.78.2.1 2004/05/10 15:00:12 tron Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.78 2003/11/19 18:39:34 jonathan Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.78.2.1 2004/05/10 15:00:12 tron Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -97,6 +97,7 @@ __KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1 #ifdef FAST_IPSEC #include +#include /* XXX ipsecstat namespace */ #endif /* FAST_IPSEC*/ struct inpcbtable rawcbtable;