[dovecot-cvs] dovecot/src/lib mountpoint.c,1.4,1.5

cras at dovecot.org cras at dovecot.org
Wed May 10 00:21:38 EEST 2006


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

Modified Files:
	mountpoint.c 
Log Message:
Minor cleanup: Switch hardcoded /etc/mnttab in Solaris to use MNTTAB macro



Index: mountpoint.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/mountpoint.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mountpoint.c	14 Apr 2006 11:28:21 -0000	1.4
+++ mountpoint.c	9 May 2006 21:21:36 -0000	1.5
@@ -19,7 +19,7 @@
 #endif
 
 #ifdef HAVE_SYS_MNTTAB_H
-#  define MTAB_PATH "/etc/mnttab" /* Solaris */
+#  define MTAB_PATH MNTTAB /* Solaris */
 #else
 #  define MTAB_PATH "/etc/mtab" /* Linux */
 #endif



More information about the dovecot-cvs mailing list