From owner-freebsd-commit Fri Sep 22 00:50:48 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19084 for freebsd-commit-outgoing; Fri, 22 Sep 1995 00:50:48 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19072 for cvs-all-outgoing; Fri, 22 Sep 1995 00:50:44 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA19062 for cvs-sys-outgoing; Fri, 22 Sep 1995 00:50:39 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA19055 ; Fri, 22 Sep 1995 00:50:19 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id PAA10311; Fri, 22 Sep 1995 15:50:06 +0800 Date: Fri, 22 Sep 1995 15:50:06 +0800 (WST) From: Peter Wemm To: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_var.h In-Reply-To: <199509220740.AAA18774@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.org Precedence: bulk On Fri, 22 Sep 1995, Peter Wemm wrote: > > peter 95/09/22 00:40:20 > > Modified: sys/netinet tcp_var.h > Log: > Remove duplicate definition for tcps_persistdrop, as added by davidg some > time ago. I left in Garrett's one, because his was in the 4.4-Lite-2 > location, making any diffs just that little bit smaller. > > I presume this choice means that netstat needs to be recompiled before > "netstat -s" will give a meaningful answer on tcp stats. I decided to risk upsetting Garrett by doing this behind his back because a) it was a trivial change, and b) davidg has announced that he's put a workaround in for the sig10/11 problems in, so I suspect there's going to be a rush of people grabbing -current that had been previously holding off. -Peter