From owner-freebsd-commit Mon Dec 18 11:01:27 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA12841 for freebsd-commit-outgoing; Mon, 18 Dec 1995 11:01:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA12828 for cvs-all-outgoing; Mon, 18 Dec 1995 11:01:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA12817 for cvs-gnu-outgoing; Mon, 18 Dec 1995 11:01:21 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA12812 Mon, 18 Dec 1995 11:01:11 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id DAA09330; Tue, 19 Dec 1995 03:01:05 +0800 (WST) Date: Tue, 19 Dec 1995 03:01:04 +0800 (WST) From: Peter Wemm To: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/cvs/cvs modules.c In-Reply-To: <199512181858.KAA12613@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Mon, 18 Dec 1995, Peter Wemm wrote: > peter 95/12/18 10:58:02 > > Modified: gnu/usr.bin/cvs/cvs modules.c > Log: > A one line hack to prevent 'cvs checkout -c' from triggering a nasty bug > in GNU getopt(). ('cvs checkout -c' cats the modules file to stdout) > > Noticed by: Stefan Esser Note that this is for a relatively obscure feature, not in a critical code path. It's more of an annoyance than a show stopper. (You could check out the modules file and cat it yourself if you needed it.. :-) -Peter