diff options
author | Rob Landley <rob@landley.net> | 2008-01-19 17:43:27 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-19 17:43:27 -0600 |
commit | 55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce (patch) | |
tree | 22a4175b86fc92f3ac5745f658dcb4f4f339fcec /toys/false.c | |
parent | 2896480c4918f2accccb8301bec457a7bff7377e (diff) | |
download | toybox-55928b1e0a08d84a5cbc50020f0a8c1024f5b6ce.tar.gz |
Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Diffstat (limited to 'toys/false.c')
-rw-r--r-- | toys/false.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/false.c b/toys/false.c index ac6bf642..7b570bd2 100644 --- a/toys/false.c +++ b/toys/false.c @@ -6,6 +6,7 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/false.html +USE_FALSE(NEWTOY(false, NULL, TOYFLAG_BIN)) config FALSE bool "false" |