Fix ambiguous symbol version for fuse_chan_new
authorMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 18:04:02 +0000 (20:04 +0200)
committerMiklos Szeredi <mszeredi@suse.cz>
Tue, 28 Sep 2010 18:04:02 +0000 (20:04 +0200)
fuse_versionscript included fuse_chan_new in both FUSE_2.4 and
FUSE_2.6.  Remove the FUSE_2.4, which is invalid.

Reported by Raymes Khoury, who discovered this with the gold linker

lib/fuse_versionscript

index bd0186dcf2769f895c8c9288db41d38569527e35..860c403692c06887d475a51f25b32b6de8f04a1c 100644 (file)
@@ -27,7 +27,6 @@ FUSE_2.4 {
                fuse_chan_data;
                fuse_chan_destroy;
                fuse_chan_fd;
-               fuse_chan_new;
                fuse_chan_receive;
                fuse_chan_send;
                fuse_chan_session;