svn commit: trunk/busybox/modutils

solar at busybox.net solar at busybox.net
Fri Feb 20 04:56:00 UTC 2009


Author: solar
Date: 2009-02-20 04:56:00 +0000 (Fri, 20 Feb 2009)
New Revision: 25390

Log:
make modutils compile again

Modified:
   trunk/busybox/modutils/depmod.c


Changeset:
Modified: trunk/busybox/modutils/depmod.c
===================================================================
--- trunk/busybox/modutils/depmod.c	2009-02-19 16:04:20 UTC (rev 25389)
+++ trunk/busybox/modutils/depmod.c	2009-02-20 04:56:00 UTC (rev 25390)
@@ -36,7 +36,7 @@
 	ARG_b = (1<<2), /* base directory when modules are in staging area */
 	ARG_e = (1<<3), /* with -F, print unresolved symbols */
 	ARG_F = (1<<4), /* System.map that contains the symbols */
-	ARG_n = (1<<5)  /* dry-run, print to stdout only */
+	ARG_n = (1<<5), /* dry-run, print to stdout only */
 	ARG_r = (1<<6)  /* Compat dummy. Linux Makefile uses it */
 };
 



More information about the busybox-cvs mailing list