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/udp_usrreq.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet/udp_usrreq.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.146.4.1 retrieving revision 1.147 diff -u -p -r1.146.4.1 -r1.147 --- src/sys/netinet/udp_usrreq.c 2006/04/22 11:40:11 1.146.4.1 +++ src/sys/netinet/udp_usrreq.c 2006/02/23 01:35:19 1.147 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.146.4.1 2006/04/22 11:40:11 simonb Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.147 2006/02/23 01:35:19 christos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.146.4.1 2006/04/22 11:40:11 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.147 2006/02/23 01:35:19 christos Exp $"); #include "opt_inet.h" #include "opt_ipsec.h"