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: 04/03/1998 17:10:01
fvdl
Fri Apr  3 17:00:29 PST 1998
Update of /ccd0/cvsroot/src/gnu/usr.bin/ld/common
In directory nb00:/tmp/cvs-serv245

Modified Files:
	shlib.c 
Log Message:
If a good matching shared library is found, don't look in the next
directories. This is compatible with the SunOS behaviour. Also,
it fixes a problem where it was not possible for some 3rd party
package to have a library with the same name as a library already
in the system, and a lower version number. The highest version
would always be picked. This particular problem shows up with Mozilla,
which has a libutil.so.1.0


cgd
Fri Apr  3 17:02:09 PST 1998
Update of /cvsroot/src/usr.bin/tn3270/tools/mkhits
In directory nb00:/tmp/cvs-serv288/tools/mkhits

Modified Files:
	dohits.c 
Log Message:
For the record, (c = *string++) should _NOT_ be turned into
((c = *string++) != '0') when quashing warnings.