From: Ned Ludd Date: Fri, 20 Feb 2009 04:56:00 +0000 (-0000) Subject: make modutils compile again X-Git-Tag: 1_14_0~312 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;ds=sidebyside;h=039ed437d3c7bc2a96dc5fa91a45531cbde96ac0;p=oweals%2Fbusybox.git make modutils compile again --- diff --git a/modutils/depmod.c b/modutils/depmod.c index 8caa3769c..405ba9e2a 100644 --- a/modutils/depmod.c +++ b/modutils/depmod.c @@ -36,7 +36,7 @@ enum { 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 */ };