From b67f216be63ebde58c08e7fc4331afd610a24502 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 20 Feb 2006 10:55:33 +0000 Subject: merge 2_5_bugfix branch --- lib/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index 2840a54..0a14df3 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -292,4 +292,4 @@ int fuse_mount_compat1(const char *mountpoint, const char *args[]) return fuse_mount_compat22(mountpoint, NULL); } -__asm__(".symver fuse_mount_compat22,fuse_mount@"); +__asm__(".symver fuse_mount_compat22,fuse_mount@FUSE_2.2"); -- cgit v1.2.3