summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-27 16:36:55 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-27 16:36:55 +0200
commit0803c7828d34202f14f2d4b0e9a89044ffcf0bd6 (patch)
tree1780f5fa433fe9e8aea18b3671f7e0bc6c3af1aa
parent81a33c4302a24781225d26bb57a4413bf41afcb5 (diff)
downloadpgfuse-0803c7828d34202f14f2d4b0e9a89044ffcf0bd6.tar.gz
pgfuse-0803c7828d34202f14f2d4b0e9a89044ffcf0bd6.tar.bz2
-
-rw-r--r--pgfuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgfuse.c b/pgfuse.c
index 96c067f..980e119 100644
--- a/pgfuse.c
+++ b/pgfuse.c
@@ -33,7 +33,7 @@
#include <pthread.h> /* for pthread_self */
#if FUSE_VERSION < 21
-#error Currently only written for newest FUSE APIversion (FUSE_VERSION 28)
+#error Currently only written for newer FUSE API (FUSE_VERSION at least 21)
#endif
#include "config.h" /* compiled in defaults */