svn commit: r306651 - in head: include lib/libc/gen

Konstantin Belousov kostikbel at gmail.com
Mon Oct 3 18:30:44 UTC 2016


On Mon, Oct 03, 2016 at 06:20:58PM +0000, Ed Schouten wrote:
> Modified: head/lib/libc/gen/Symbol.map
> ==============================================================================
> --- head/lib/libc/gen/Symbol.map	Mon Oct  3 18:00:10 2016	(r306650)
> +++ head/lib/libc/gen/Symbol.map	Mon Oct  3 18:20:58 2016	(r306651)
> @@ -73,10 +73,6 @@ FBSD_1.0 {
>  	clock;
>  	closedir;
>  	confstr;
> -	encrypt;
> -	des_setkey;
> -	des_cipher;
> -	setkey;
>  	ctermid;
>  	ctermid_r;
>  	daemon;
You just break ABI.  Symbols cannot be removed from the published version.


More information about the svn-src-head mailing list