[dovecot-cvs] dovecot/src/lib mountpoint.c,1.8,1.9

tss at dovecot.org tss at dovecot.org
Sat Nov 4 23:04:42 UTC 2006


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv3365

Modified Files:
	mountpoint.c 
Log Message:
Compile fix



Index: mountpoint.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mountpoint.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- mountpoint.c	3 Nov 2006 14:05:21 -0000	1.8
+++ mountpoint.c	4 Nov 2006 23:04:40 -0000	1.9
@@ -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