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.181 retrieving revision 1.182 diff -u -p -r1.181 -r1.182 --- src/sys/netinet/udp_usrreq.c 2011/07/03 09:03:32 1.181 +++ src/sys/netinet/udp_usrreq.c 2011/07/17 20:54:53 1.182 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.181 2011/07/03 09:03:32 mrg Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.182 2011/07/17 20:54:53 joerg Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.181 2011/07/03 09:03:32 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.182 2011/07/17 20:54:53 joerg Exp $"); #include "opt_inet.h" #include "opt_compat_netbsd.h" @@ -118,8 +118,6 @@ __KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c #include #endif -#include - #ifdef FAST_IPSEC #include #include