Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 05/01/2004 07:54:51
Module Name:	src
Committed By:	mrg
Date:		Sat May  1 07:54:51 UTC 2004

Modified Files:
	src/distrib/sets/lists/base: shl.mi
	src/lib/libz: gzio.c shlib_version zlib.3

Log Message:
backout the changes made on 29th of january:
	- remove gzopenfull() and gzdopenfull()
	- un-bump minor number
	- remove docs for gone functions.

traditionally this is an invalid change (removing an API from a library
without bumping the major.)  it has been decided that this case is special
enough not to require that.  no one should have been using these new
functions yet.

PS:  this may cause "make install" to barf about older libraries already
being installed.


To generate a diff of this commit:
cvs rdiff -r1.266 -r1.267 src/distrib/sets/lists/base/shl.mi
cvs rdiff -r1.20 -r1.21 src/lib/libz/gzio.c
cvs rdiff -r1.7 -r1.8 src/lib/libz/shlib_version
cvs rdiff -r1.4 -r1.5 src/lib/libz/zlib.3

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