From owner-cvs-all@FreeBSD.ORG Wed Jan 9 18:14:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EC7F16A41B; Wed, 9 Jan 2008 18:14:07 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id D002013C4DD; Wed, 9 Jan 2008 18:14:06 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m09ICeI8029642; Wed, 9 Jan 2008 10:12:40 -0800 (PST) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.1/8.14.1/Submit) id m09ICecR029641; Wed, 9 Jan 2008 10:12:40 -0800 (PST) (envelope-from obrien) Date: Wed, 9 Jan 2008 10:12:40 -0800 From: "David O'Brien" To: Sam Leffler Message-ID: <20080109181239.GA29471@dragon.NUXI.org> References: <200801081908.m08J8wIs094059@repoman.freebsd.org> <200801082039.18671.max@love2party.net> <20080109170850.GA27993@dragon.NUXI.org> <4785058B.1050507@errno.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4785058B.1050507@errno.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/netinet6 frag6.c icmp6.c in6.c in6_ifattach.c in6_pcb.c in6_proto.c in6_rmx.c in6_src.c ip6_input.c ip6_mroute.c ip6_output.c mld6.c nd6.c nd6_nbr.c nd6_rtr.c raw_ip6.c udp6_usrreq.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2008 18:14:07 -0000 On Wed, Jan 09, 2008 at 09:34:03AM -0800, Sam Leffler wrote: > David O'Brien wrote: > The flip side of this is that I just tried to resolve some compile issues > with netstat in the RELENG_7 branch and diff's against HEAD hit all the > gratuitous "style changes" you recently made. One way to avoid seeing them is to use some extra options to 'cvs diff'. 'cvs diff -kk -Bbw' reduces them to very little. (if there's a good doc to add the "-kk -Bbw" suggestion to, please let me know) -- -- David (obrien@FreeBSD.org)