From owner-freebsd-bugs Tue Nov 10 14:50:03 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA29413 for freebsd-bugs-outgoing; Tue, 10 Nov 1998 14:50:03 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA29360 for ; Tue, 10 Nov 1998 14:49:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA22419; Tue, 10 Nov 1998 14:50:01 -0800 (PST) Date: Tue, 10 Nov 1998 14:50:01 -0800 (PST) Message-Id: <199811102250.OAA22419@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.ORG From: Dan Nelson Subject: Re: bin/8637: fgetpos()/fsetpos() don't work for >2GB filesize Reply-To: Dan Nelson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/8637; it has been noted by GNATS. From: Dan Nelson To: Dmitrij Tejblum Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/8637: fgetpos()/fsetpos() don't work for >2GB filesize Date: Tue, 10 Nov 1998 16:43:48 -0600 In the last episode (Nov 10), Dmitrij Tejblum said: > > One thing; our errno.h doesn't have an EOVERFLOW, so I used EFBIG in > > ftell() for filesizes that exceed 2GB. This should probably get fixed. > > And how about just add EOVERFLOW to errno.h, instead of document the bug > in man pages??? Well, if it's that easy, sure. I don't know all that much about the repercussions of adding errors to errno.h. I suppose there's a string table that needs adjusting, too, for strerror()? Anything else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message