Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/21/1996 20:20:12
jtc
Thu Mar 21 20:11:58 EST 1996
Update of /a/cvsroot/src/lib/libc/nls
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv29407

Modified Files:
	msgcat.c 
Log Message:
Changed _catopen() to always return ((nl_catd) -1) on error, and
changed _catgets() and _catclose() to special case catd's == -1.
This change fixes PR#2190, and brings _cat*() closer to XPG4.2
compliance.