From owner-cvs-all@FreeBSD.ORG Mon Aug 16 18:52:00 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B7A116A4D1 for ; Mon, 16 Aug 2004 18:52:00 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32FA143D4C for ; Mon, 16 Aug 2004 18:51:59 +0000 (GMT) (envelope-from oppermann@networx.ch) Received: (qmail 29201 invoked from network); 16 Aug 2004 18:51:26 -0000 Received: from unknown (HELO networx.ch) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 16 Aug 2004 18:51:26 -0000 Message-ID: <41210250.437EBE74@networx.ch> Date: Mon, 16 Aug 2004 20:52:00 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Robert Watson References: <200408161832.i7GIW8fN019336@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet icmp_var.h if_atm.c if_atm.higmp.hin.c ip_id.cip_mroute.c ip_mroute.h raw_ip.c tcp.h tcp_debug.h tcp_hostcache.ctcp_input.c tcp_output.c tcp_sack.c tcp_subr.c tcp_syncache.c ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 18:52:00 -0000 Robert Watson wrote: > > rwatson 2004-08-16 18:32:08 UTC > > FreeBSD src repository > > Modified files: > sys/netinet icmp_var.h if_atm.c if_atm.h igmp.h in.c > in.h in_pcb.h in_proto.c in_var.h > ip_gre.c ip_icmp.c ip_id.c ip_mroute.c > ip_mroute.h raw_ip.c tcp.h tcp_debug.h > tcp_hostcache.c tcp_input.c tcp_output.c > tcp_sack.c tcp_subr.c tcp_syncache.c > tcp_timer.c tcp_timer.h tcp_usrreq.c > tcp_var.h tcpip.h udp_usrreq.c udp_var.h > Log: > White space cleanup for netinet before branch: > > - Trailing tab/space cleanup > - Remove spurious spaces between or before tabs > > This change avoids touching files that Andre likely has in his working > set for PFIL hooks changes for IPFW/DUMMYNET. Thanks! I'm testing all the changes right now and am on the way of cleaning up the patchset to contain only IPFW/PFIL_HOOKS related changes. Will have to ask RE@ before I commit though. -- Andre