Fix ambiguous symbol version for fuse_chan_new

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
This commit is contained in:
Miklos Szeredi
2010-09-28 20:04:02 +02:00
parent 555d6b5043
commit 824b4ce6ac
-1
View 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;