svn commit: trunk/busybox/util-linux

vda at busybox.net vda at busybox.net
Thu Sep 21 11:13:09 UTC 2006


Author: vda
Date: 2006-09-21 04:13:08 -0700 (Thu, 21 Sep 2006)
New Revision: 16169

Log:
mount: make Rob happy by reinstating #defines


Modified:
   trunk/busybox/util-linux/mount.c


Changeset:
Modified: trunk/busybox/util-linux/mount.c
===================================================================
--- trunk/busybox/util-linux/mount.c	2006-09-21 01:46:11 UTC (rev 16168)
+++ trunk/busybox/util-linux/mount.c	2006-09-21 11:13:08 UTC (rev 16169)
@@ -220,10 +220,8 @@
 static int useMtab = 1;
 static int fakeIt;
 #else
-enum {
-	useMtab = 0,
-	fakeIt = 0,
-};
+#define useMtab 0
+#define fakeIt 0
 #endif
 
 // Perform actual mount of specific filesystem at specific location.




More information about the busybox-cvs mailing list