From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 18:20:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB05816A4CE; Sat, 15 Nov 2003 18:20:45 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5E9343F85; Sat, 15 Nov 2003 18:20:44 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id hAG2KZfY008383; Sat, 15 Nov 2003 18:20:35 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.10/8.12.9/Submit) id hAG2KWY7008382; Sat, 15 Nov 2003 18:20:32 -0800 (PST) (envelope-from obrien) Date: Sat, 15 Nov 2003 18:20:31 -0800 From: "David O'Brien" To: Marcel Moolenaar Message-ID: <20031116022031.GA8359@dragon.nuxi.com> References: <3FB6ACA5.B4192F55@mindspring.com> <20031115231603.GA5139@athlon.pn.xcllnt.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031115231603.GA5139@athlon.pn.xcllnt.net> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-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: deischen@freebsd.org cc: Kirk McKusick cc: Andrew Gallatin cc: freebsd-current@freebsd.org Subject: Re: HEADS-UP new statfs structure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2003 02:20:45 -0000 On Sat, Nov 15, 2003 at 03:16:03PM -0800, Marcel Moolenaar wrote: > Provided that we > 2. replace the date with a convenient sequence number, which we can > call the minor version number, and .. > E.g.: libc.so.6.0, libc.so.6.1, and (first release) libc.so.6.2... Please no -- it wouldn't be easy to see a.out libs from ELF ones. (yes I still have some a.out binaries) -- -- David (obrien@FreeBSD.org)