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 retrieving revision 1.142.6.1 retrieving revision 1.143 diff -u -p -r1.142.6.1 -r1.143 --- src/sys/netinet/udp_usrreq.c 2005/11/22 16:08:21 1.142.6.1 +++ src/sys/netinet/udp_usrreq.c 2005/11/15 18:39:46 1.143 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.142.6.1 2005/11/22 16:08:21 yamt Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.143 2005/11/15 18:39:46 dsl Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.142.6.1 2005/11/22 16:08:21 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.143 2005/11/15 18:39:46 dsl Exp $"); #include "opt_inet.h" #include "opt_ipsec.h"