From owner-cvs-all Fri Nov 2 11:42:16 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B609F37B40A; Fri, 2 Nov 2001 11:42:08 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA2Jg8P33661; Fri, 2 Nov 2001 11:42:08 -0800 (PST) (envelope-from obrien) Message-Id: <200111021942.fA2Jg8P33661@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 2 Nov 2001 11:42:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc nl_langinfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG obrien 2001/11/02 11:42:07 PST Modified files: (Branch: RELENG_4) lib/libc/locale Makefile.inc Added files: (Branch: RELENG_4) lib/libc/locale nl_langinfo.c Log: Add a NOP nl_langinfo(). The purpose is to get an "nl_langinfo" symbol into libc for some minor compatibility with 5-CURRENT binaries. Its external exposure is kept down to a minium. If one ln's libc.so.4 to libc.so.5 a surprising number of 5-CURRENT binaries will run on RELENG_4. Revision Changes Path 1.16.2.2 +2 -2 src/lib/libc/locale/Makefile.inc 1.13.2.1 +37 -0 src/lib/libc/locale/nl_langinfo.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message