Subject: WARNING: fix to libz backward-compatibility change
To: None <current-users@netbsd.org>
From: None <itojun@iijlab.net>
List: current-users
Date: 10/27/1999 07:13:20
	Yesterday I've committed a backward-compatible library change to
	libz.  Klaus Klein <kleink@ira.uka.de> suggested that number after
	function name should be (current major # + 1).  I'll change this
	right now, and just for one day libz will not become incompatible.
	Sorry for the mess.

itojun


was:

ZEXTERN z_off_t ZEXPORT    gzseek OF((gzFile file,
				      z_off_t offset, int whence))
				      __RENAME(__gzseek15);     <---

now:

ZEXTERN z_off_t ZEXPORT    gzseek OF((gzFile file,
				      z_off_t offset, int whence))
				      __RENAME(__gzseek1);      <---