From owner-freebsd-current Sat Dec 12 21:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA12787 for freebsd-current-outgoing; Sat, 12 Dec 1998 21:16:30 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA12781 for ; Sat, 12 Dec 1998 21:16:27 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.1/8.9.1) id XAA02461; Sat, 12 Dec 1998 23:16:14 -0600 (CST) Date: Sat, 12 Dec 1998 23:16:13 -0600 From: Dan Nelson To: Matthew Dillon , freebsd-current@FreeBSD.ORG Subject: Re: PR bin/8637 fgetpos()/fsetpos() limited to 32 bits Message-ID: <19981212231613.A2323@emsphone.com> References: <199812130425.UAA16020@apollo.backplane.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.3i In-Reply-To: <199812130425.UAA16020@apollo.backplane.com>; from "Matthew Dillon" on Sat Dec 12 20:25:32 GMT 1998 X-OS: FreeBSD 3.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Dec 12), Matthew Dillon said: > It should therefore be relatively easy to fix fgetpos() and fsetpos() > to operate with > 32 bit quantities (as, I think, they were meant to) > without changing any critical structures. I have been working on this on and off, and am almost done. The patches will add X/OPen standard fseeko() and ftello(), fix fgetpos/fsetpos, add an EOVERFLOW errno, and add the pathconf variable _PC_FILESIZEBITS. The only thing left to do is the pathconf changes for ufs and ext2fs. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message