From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 22 18:01:33 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FEF816A4D3 for ; Tue, 22 Jun 2004 18:01:33 +0000 (GMT) Received: from mta07-svc.ntlworld.com (mta07-svc.ntlworld.com [62.253.162.47]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F69143D58 for ; Tue, 22 Jun 2004 18:01:32 +0000 (GMT) (envelope-from scott@fishballoon.org) Received: from llama.fishballoon.org ([81.104.195.124]) by mta07-svc.ntlworld.comESMTP <20040622180146.UBKI5696.mta07-svc.ntlworld.com@llama.fishballoon.org> for ; Tue, 22 Jun 2004 19:01:46 +0100 Received: from tuatara.fishballoon.org ([192.168.1.6]) by llama.fishballoon.org with esmtp (Exim 4.34 (FreeBSD)) id 1BcpaN-0007nz-9m for freebsd-hackers@freebsd.org; Tue, 22 Jun 2004 19:01:31 +0100 Received: (from scott@localhost) by tuatara.fishballoon.org (8.12.11/8.12.11/Submit) id i5MI1UPF000489 for freebsd-hackers@freebsd.org; Tue, 22 Jun 2004 19:01:30 +0100 (BST) (envelope-from scott) Date: Tue, 22 Jun 2004 19:01:29 +0100 From: Scott Mitchell To: freebsd-hackers@freebsd.org Message-ID: <20040622180129.GA461@tuatara.fishballoon.org> References: <20040619175007.GB462@tuatara.fishballoon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040619175007.GB462@tuatara.fishballoon.org> User-Agent: Mutt/1.4.2.1i X-Operating-System: FreeBSD 4.10-STABLE i386 Subject: Re: /bin/ls sorting bug? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 18:01:33 -0000 Well, -standards says that POSIX is silent on the subject of ls and nanoseconds, so I guess we can do whatever we like... I was going to just commit my original patch and be done with it, but David appears to have beaten me to it: http://www.freebsd.org/cgi/cvsweb.cgi/src/bin/ls/cmp.c Anyway, bikeshed over :-) Scott