[dovecot-cvs] dovecot/src/plugins/quota quota-fs.c,1.5,1.6

cras at dovecot.org cras at dovecot.org
Fri Feb 24 19:29:26 EET 2006


Update of /var/lib/cvs/dovecot/src/plugins/quota
In directory talvi:/tmp/cvs-serv3485/src/plugins/quota

Modified Files:
	quota-fs.c 
Log Message:
Added comment



Index: quota-fs.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/plugins/quota/quota-fs.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- quota-fs.c	24 Feb 2006 17:27:55 -0000	1.5
+++ quota-fs.c	24 Feb 2006 17:29:24 -0000	1.6
@@ -20,6 +20,7 @@
 
 #define MTAB_PATH "/etc/mtab"
 
+/* AIX doesn't have these defined */
 #ifndef MNTTYPE_SWAP
 #  define MNTTYPE_SWAP "swap"
 #endif



More information about the dovecot-cvs mailing list