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

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


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

Modified Files:
      Tag: branch_1_0
	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.4.2.1
diff -u -d -r1.4 -r1.4.2.1
--- mountpoint.c	14 Apr 2006 11:28:21 -0000	1.4
+++ mountpoint.c	9 May 2006 21:21:23 -0000	1.4.2.1
@@ -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