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.147.2.1 retrieving revision 1.148 diff -u -p -r1.147.2.1 -r1.148 --- src/sys/netinet/udp_usrreq.c 2006/08/11 15:46:33 1.147.2.1 +++ src/sys/netinet/udp_usrreq.c 2006/07/23 22:06:13 1.148 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.147.2.1 2006/08/11 15:46:33 yamt Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.148 2006/07/23 22:06:13 ad Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.147.2.1 2006/08/11 15:46:33 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.148 2006/07/23 22:06:13 ad Exp $"); #include "opt_inet.h" #include "opt_ipsec.h"