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.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- src/sys/netinet/raw_ip.c 2001/11/04 20:55:28 1.58 +++ src/sys/netinet/raw_ip.c 2001/11/13 00:32:40 1.59 @@ -1,4 +1,4 @@ -/* $NetBSD: raw_ip.c,v 1.58 2001/11/04 20:55:28 matt Exp $ */ +/* $NetBSD: raw_ip.c,v 1.59 2001/11/13 00:32:40 lukem Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -64,6 +64,9 @@ * @(#)raw_ip.c 8.7 (Berkeley) 5/15/95 */ +#include +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.59 2001/11/13 00:32:40 lukem Exp $"); + #include "opt_ipsec.h" #include "opt_mrouting.h"