From owner-cvs-sys Mon Feb 24 22:15:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA28564 for cvs-sys-outgoing; Mon, 24 Feb 1997 22:15:52 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28538; Mon, 24 Feb 1997 22:15:36 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id GAA11185; Tue, 25 Feb 1997 06:11:40 GMT Date: Tue, 25 Feb 1997 15:11:39 +0900 (JST) From: Michael Hancock To: Bruce Evans cc: ache@nagual.ru, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <199702250341.OAA25536@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Feb 1997, Bruce Evans wrote: > >Why don't you comment them out with ... > > > >/* XXX 1997.2.26 Remove 6 months later if no one complains. > > char *p_selbits; > > u_int p_selbits_size; > >*/ > > FreeBSD keeps keeps administrivia like that in the cvs repository. > > Bruce $ pwd /jaz/src/sys/kern $ grep XXX *.[ch] Seems a little more convenient, unless you have some cvs tools that make it easy to search and filter through through the log messages for notes on cruft? Regards, Mike Hancock