[dovecot-cvs] dovecot/src/lib mountpoint.c,1.4.2.4,1.4.2.5
tss at dovecot.org
tss at dovecot.org
Sat Nov 4 23:04:40 UTC 2006
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv3368
Modified Files:
Tag: branch_1_0
mountpoint.c
Log Message:
Compile fix
Index: mountpoint.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mountpoint.c,v
retrieving revision 1.4.2.4
retrieving revision 1.4.2.5
diff -u -d -r1.4.2.4 -r1.4.2.5
--- mountpoint.c 3 Nov 2006 14:04:51 -0000 1.4.2.4
+++ mountpoint.c 4 Nov 2006 23:04:37 -0000 1.4.2.5
@@ -8,7 +8,7 @@
#ifdef HAVE_STATVFS_MNTFROMNAME
# include <sys/statvfs.h> /* NetBSD 3.0+, FreeBSD 5.0+ */
# define STATVFS_STR "statvfs"
-#elif HAVE_STATFS_MNTFROMNAME
+#elif defined(HAVE_STATFS_MNTFROMNAME)
# include <sys/param.h> /* Older BSDs */
# include <sys/mount.h>
# define statvfs statfs
More information about the dovecot-cvs
mailing list