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.155 retrieving revision 1.156 diff -u -p -r1.155 -r1.156 --- src/sys/netinet/udp_usrreq.c 2006/11/10 13:02:32 1.155 +++ src/sys/netinet/udp_usrreq.c 2006/11/14 12:05:55 1.156 @@ -1,4 +1,4 @@ -/* $NetBSD: udp_usrreq.c,v 1.155 2006/11/10 13:02:32 yamt Exp $ */ +/* $NetBSD: udp_usrreq.c,v 1.156 2006/11/14 12:05:55 rpaulo Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -61,7 +61,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.155 2006/11/10 13:02:32 yamt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c,v 1.156 2006/11/14 12:05:55 rpaulo Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -139,11 +139,7 @@ __KERNEL_RCSID(0, "$NetBSD: udp_usrreq.c * UDP protocol implementation. * Per RFC 768, August, 1980. */ -#ifndef COMPAT_42 int udpcksum = 1; -#else -int udpcksum = 0; /* XXX */ -#endif int udp_do_loopback_cksum = 0; struct inpcbtable udbtable;