From owner-cvs-all@FreeBSD.ORG Sun May 2 20:57:14 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC44616A4CE; Sun, 2 May 2004 20:57:14 -0700 (PDT) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23A8843D6B; Sun, 2 May 2004 20:57:14 -0700 (PDT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (203.134.133.4) by smtp01.syd.iprimus.net.au (7.0.024) id 402BA92701F9A85C; Mon, 3 May 2004 13:57:12 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id CF7004193; Mon, 3 May 2004 13:56:54 +1000 (EST) Date: Mon, 3 May 2004 13:56:54 +1000 From: Tim Robbins To: "David E. O'Brien" Message-ID: <20040503035654.GA93315@cat.robbins.dropbear.id.au> References: <200405022013.i42KDTk1064157@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405022013.i42KDTk1064157@repoman.freebsd.org> User-Agent: Mutt/1.4.1i 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 03:57:14 -0000 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. Thanks for unbreaking the build though. Tim