diff options
author | Rob Landley <rob@landley.net> | 2012-03-08 20:14:55 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2012-03-08 20:14:55 -0600 |
commit | b7529b608ea3e56784c7682b382f285008a2fc90 (patch) | |
tree | 95f47b19499f5df2bc78f303a63588da4ce43ce4 /toys/mdev.c | |
parent | 13cacbd09de09e38e4d1227f7122fda8f1d6fc63 (diff) | |
download | toybox-b7529b608ea3e56784c7682b382f285008a2fc90.tar.gz |
More stabs at getting #includes right, and moving off of deprecated functions.
Diffstat (limited to 'toys/mdev.c')
-rw-r--r-- | toys/mdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/mdev.c b/toys/mdev.c index b6444088..d83e10bf 100644 --- a/toys/mdev.c +++ b/toys/mdev.c @@ -11,7 +11,7 @@ USE_MDEV(NEWTOY(mdev, "s", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_UMASK)) config MDEV bool "mdev" - default y + default n help usage: mdev [-s] |