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.56.2.2 retrieving revision 1.56.2.3 diff -u -p -r1.56.2.2 -r1.56.2.3 --- src/sys/netinet/raw_ip.c 2002/01/10 20:02:57 1.56.2.2 +++ src/sys/netinet/raw_ip.c 2002/06/23 17:50:58 1.56.2.3 @@ -1,9 +1,9 @@ -/* $NetBSD: raw_ip.c,v 1.56.2.2 2002/01/10 20:02:57 thorpej Exp $ */ +/* $NetBSD: raw_ip.c,v 1.56.2.3 2002/06/23 17:50:58 jdolecek Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -15,7 +15,7 @@ * 3. Neither the name of the project nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -65,7 +65,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.56.2.2 2002/01/10 20:02:57 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: raw_ip.c,v 1.56.2.3 2002/06/23 17:50:58 jdolecek Exp $"); #include "opt_ipsec.h" #include "opt_mrouting.h"