From owner-cvs-all Mon Jan 27 10:35:35 2003 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 1821837B401; Mon, 27 Jan 2003 10:35:34 -0800 (PST) Received: from mail-green.research.att.com (mail-green.research.att.com [135.207.30.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 727F543E4A; Mon, 27 Jan 2003 10:35:33 -0800 (PST) (envelope-from fenner@research.att.com) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-green.research.att.com (Postfix) with ESMTP id 97B771E17E; Mon, 27 Jan 2003 13:35:32 -0500 (EST) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id NAA17531; Mon, 27 Jan 2003 13:35:31 -0500 (EST) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id KAA09277; Mon, 27 Jan 2003 10:35:31 -0800 (PST) Message-Id: <200301271835.KAA09277@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lastcomm lastcomm.c Date: Mon, 27 Jan 2003 10:35:30 -0800 Versions: dmail (solaris) 2.5a/makemail 2.9d Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >fenner 2003/01/27 10:16:32 PST > > Modified files: > usr.bin/lastcomm lastcomm.c > Log: > Don't try to fseek before the beginning of the file; POSIX requires that > this return an error. If anyone's interested, our fseek() gained the POSIX behavior in libc/stdio/fseek.c rev 1.12, at Wed Aug 15 02:07:47 2001 UTC , breaking lastcomm at that time. I guess nobody uses lastcomm much =) Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message