From owner-cvs-all Tue Feb 9 07:20:44 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA27475 for cvs-all-outgoing; Tue, 9 Feb 1999 07:20:44 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA27105; Tue, 9 Feb 1999 07:17:49 -0800 (PST) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id CAA16311; Wed, 10 Feb 1999 02:17:39 +1100 Date: Wed, 10 Feb 1999 02:17:39 +1100 From: Bruce Evans Message-Id: <199902091517.CAA16311@godzilla.zeta.org.au> To: dima@tejblum.dnttm.rssi.ru, wollman@khavrinen.lcs.mit.edu Subject: Re: cvs commit: src/include stdio.h src/lib/libc/stdio Makefile.inc fgetpos.c fseek.3 fseek.c fsetpos.c ftell.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, dt@FreeBSD.ORG Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >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... No. The old code should use sys_nerr to avoid accessing beyond the end of sys_errlist[], even if it is too crufty to use strerror(), etc. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message