Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/03/2005 20:09:29
Module Name:	src
Committed By:	christos
Date:		Sun Apr  3 20:09:29 UTC 2005

Modified Files:
	src/include: Makefile
	src/lib/libc/stdlib: Makefile.inc
Added Files:
	src/include: monetary.h
	src/lib/libc/stdlib: strfmon.3 strfmon.c

Log Message:
Add FreeBSD's strfmon(3). From Rui Paulo. No bump this time. Take advantage
of the getpwent_r bump.


To generate a diff of this commit:
cvs rdiff -r1.119 -r1.120 src/include/Makefile
cvs rdiff -r0 -r1.1 src/include/monetary.h
cvs rdiff -r1.57 -r1.58 src/lib/libc/stdlib/Makefile.inc
cvs rdiff -r0 -r1.1 src/lib/libc/stdlib/strfmon.3 \
    src/lib/libc/stdlib/strfmon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.