Date: Mon, 27 Jan 2003 10:35:30 -0800 From: Bill Fenner <fenner@research.att.com> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/lastcomm lastcomm.c Message-ID: <200301271835.KAA09277@windsor.research.att.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301271835.KAA09277>