Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-02-20 07:56:00 +0300
committerNed Ludd <solar@gentoo.org>2009-02-20 07:56:00 +0300
commit039ed437d3c7bc2a96dc5fa91a45531cbde96ac0 (patch)
tree5c075a803867d9390c0f9d1799d3200d2b184fa3 /modutils
parenta430b695a28c8412366080c717700f3c373aea27 (diff)
make modutils compile again
Diffstat (limited to 'modutils')
-rw-r--r--modutils/depmod.c2
1 files changed, 1 insertions, 1 deletions
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 */
};