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: 06/26/1998 22:10:02
thorpej
Fri Jun 26 22:08:23 PDT 1998
Update of /cvsroot/src/lib/libc/gen
In directory nb00:/tmp/cvs-serv8221/gen
Modified Files:
getpwent.c pw_scan.c
Added Files:
pw_private.h
Log Message:
Fix a serious symbol collision problem introduced when pw_scan() was added
to libc. Note, pw_scan() is NO LONGER exported from libc (it never should
have been, and we're just going to pretend like it never was).
thorpej
Fri Jun 26 22:08:57 PDT 1998
Update of /cvsroot/src/lib/libutil
In directory nb00:/tmp/cvs-serv8250
Modified Files:
Makefile shlib_version
Log Message:
Put pw_scan() back into libutil and pretent that libutil.so.5.0 never
existed.