From owner-cvs-src@FreeBSD.ORG Mon May 3 00:05:36 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BCEA16A4CE; Mon, 3 May 2004 00:05:36 -0700 (PDT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9B9643D46; Mon, 3 May 2004 00:05:35 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i4366nDS001795; Sun, 2 May 2004 23:06:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i4366nTx001794; Sun, 2 May 2004 23:06:49 -0700 (PDT) (envelope-from obrien) Date: Sun, 2 May 2004 23:06:49 -0700 From: "David O'Brien" To: Tim Robbins Message-ID: <20040503060649.GA1773@dragon.nuxi.com> References: <200405022013.i42KDTk1064157@repoman.freebsd.org> <20040503035654.GA93315@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040503035654.GA93315@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio vfwscanf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 07:05:36 -0000 On Mon, May 03, 2004 at 01:56:54PM +1000, Tim Robbins wrote: > On Sun, May 02, 2004 at 01:13:29PM -0700, David E. O'Brien wrote: > > > obrien 2004/05/02 13:13:29 PDT > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/stdio vfwscanf.c > > Log: > > Remove bogus FBSDID. > > These weren't bogus -- they showed the revision of the single-byte version > that the files corresponded to, so that it was easy to see which changes > needed to be merged across. One shouldn't have duplicate __FBSDID()'s. To do what you wanted to do, one should grab the CVS info and put it in the file header comment section prefixed with "From: ". :-) -- -- David (obrien@FreeBSD.org)