aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-11-20 17:05:07 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-11-20 17:05:07 +0000
commit05c97845cdd649b31ba140f3b2c4784b94489673 (patch)
tree6658371651547ac9f224976cf79e5fa9f4cdab68
parent832ee448ec543bcebcff391989963450c012dd80 (diff)
downloadlibfuse-05c97845cdd649b31ba140f3b2c4784b94489673.tar.gz
fix
-rw-r--r--ChangeLog4
-rw-r--r--include/fuse.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d23050..2bac818 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-20 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Warn if API version 11 compatibility is requested
+
2005-11-17 Miklos Szeredi <miklos@szeredi.hu>
* More FreeBSD merge
diff --git a/include/fuse.h b/include/fuse.h
index 4d58cd2..1cf727c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -570,6 +570,7 @@ void fuse_set_getcontext_func(struct fuse_context *(*func)(void));
# define __fuse_exited fuse_exited
# define __fuse_set_getcontext_func fuse_set_getcontext_func
# else
+# warning Compatibility with API version 11 is deprecated
# undef FUSE_MAJOR_VERSION
# define FUSE_MAJOR_VERSION 1
# define FUSE_MINOR_VERSION 1