Subject: RENAME hack and shlib major
To: None <tech-userlevel@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@iijlab.net>
List: tech-userlevel
Date: 12/20/2000 23:46:24
	i noticed the following comment in lib/libc/shlib_version:
># - libc/gen/assert.c: __{diag,}assert13() -> __{diag,}assert()

	actually, i believe we can nuke all __RENAME(), covered by libc,
	when we increase shlib major (and then we will populate new __RENAME()
	whenever we make incompatible change without shlib major upgrade).
	am I correct?

itojun