From owner-cvs-lib Sat Feb 8 06:04:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13603 for cvs-lib-outgoing; Sat, 8 Feb 1997 06:04:39 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA13596; Sat, 8 Feb 1997 06:04:35 -0800 (PST) Date: Sat, 8 Feb 1997 06:04:35 -0800 (PST) From: Joerg Wunsch Message-Id: <199702081404.GAA13596@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale setlocale.c setlocale.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/08 06:04:34 Modified: lib/libc/locale setlocale.c setlocale.h Log: Do Andrey's homework :) before merging this into 2.2: . add idempotency #ifdef . avoid sloppy common-style external declaration. Revision Changes Path 1.18 +2 -0 src/lib/libc/locale/setlocale.c 1.2 +4 -1 src/lib/libc/locale/setlocale.h