From owner-freebsd-current@FreeBSD.ORG Sat Nov 15 22:17:35 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 9A9D016A4CE; Sat, 15 Nov 2003 22:17:35 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62A7F43FB1; Sat, 15 Nov 2003 22:17:34 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAG6HSeG021719; Sat, 15 Nov 2003 23:17:28 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 15 Nov 2003 23:17:00 -0700 (MST) Message-Id: <20031115.231700.111221271.imp@bsdimp.com> To: obrien@freebsd.org From: "M. Warner Losh" In-Reply-To: <20031116022031.GA8359@dragon.nuxi.com> References: <3FB6ACA5.B4192F55@mindspring.com> <20031115231603.GA5139@athlon.pn.xcllnt.net> <20031116022031.GA8359@dragon.nuxi.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: deischen@freebsd.org cc: mckusick@beastie.mckusick.com cc: gallatin@cs.duke.edu cc: freebsd-current@freebsd.org cc: marcel@xcllnt.net Subject: Re: HEADS-UP new statfs structure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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 06:17:35 -0000 X-List-Received-Date: Sun, 16 Nov 2003 06:17:35 -0000 In message: <20031116022031.GA8359@dragon.nuxi.com> "David O'Brien" writes: : 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) And there is no such thing as a minor version number on elf anyway. Warner