From owner-cvs-all Mon Feb 8 16:40:21 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03250 for cvs-all-outgoing; Mon, 8 Feb 1999 16:40:21 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from helios.dnttm.ru (dnttm-gw.rssi.ru [193.232.0.205]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03225; Mon, 8 Feb 1999 16:40:03 -0800 (PST) (envelope-from dima@tejblum.dnttm.rssi.ru) Received: (from uucp@localhost) by helios.dnttm.ru (8.9.1/8.9.1/IP-3) with UUCP id DAA07435; Tue, 9 Feb 1999 03:18:56 +0300 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.9.2/8.9.1) with ESMTP id DAA02148; Tue, 9 Feb 1999 03:19:26 +0300 (MSK) (envelope-from dima@tejblum.dnttm.rssi.ru) Message-Id: <199902090019.DAA02148@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Garrett Wollman cc: Dmitrij Tejblum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include stdio.h src/lib/libc/stdio Makefile.inc fgetpos.c fseek.3 fseek.c fsetpos.c ftell.c In-reply-to: Your message of "Mon, 08 Feb 1999 17:43:51 EST." <199902082243.RAA14210@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain Date: Tue, 09 Feb 1999 03:19:26 +0300 From: Dmitrij Tejblum Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Garrett Wollman wrote: > < said: > > > Added functions fseeko() and ftello() (from susv2). > > Fixed fgetpos() and fsetpos() for offsets > 2GB. > > Version bump? Why? I thought we avoid version bumps when add new functions, especially with ELF. I guess you think that size of fpos_t changed - it didn't. fpos_t "always" was typedefed to off_t, but fgetpos used ftell to construct the fpos_t... However, there is a change I omitted that would, IMO, require a major version bump: addition of (not so) new errno values to sys_errlist. :-| As I understand, applications dynamically linked with old libc will be confused by a change of size of this array... Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message