diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-09 03:05:48 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-09 03:05:48 +0000 |
commit | d98ece51ef9c0ef90468fc91d5555fc0587cbc2c (patch) | |
tree | 041e4a83f8d523c2d9b3b8b4abb410616e2694a1 /include/applets.h | |
parent | 2f475eaa25fa16fcd5831c942489829063db9271 (diff) | |
download | busybox-w32-d98ece51ef9c0ef90468fc91d5555fc0587cbc2c.tar.gz busybox-w32-d98ece51ef9c0ef90468fc91d5555fc0587cbc2c.tar.bz2 busybox-w32-d98ece51ef9c0ef90468fc91d5555fc0587cbc2c.zip |
merge busybox.c into applets.c
git-svn-id: svn://busybox.net/trunk/busybox@18368 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/applets.h b/include/applets.h index 0ead89db8..e8d75b7d7 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -11,10 +11,6 @@ | |||
11 | * file result in the listing remaining in ascii order. You have been warned. | 11 | * file result in the listing remaining in ascii order. You have been warned. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #undef APPLET | ||
15 | #undef APPLET_ODDNAME | ||
16 | #undef APPLET_NOUSAGE | ||
17 | |||
18 | /* | 14 | /* |
19 | name - applet name as it is typed on command line | 15 | name - applet name as it is typed on command line |
20 | name2 - applet name, converted to C (ether-wake: name2 = ether_wake) | 16 | name2 - applet name, converted to C (ether-wake: name2 = ether_wake) |
@@ -352,3 +348,7 @@ USE_ZCIP(APPLET(zcip, _BB_DIR_SBIN, _BB_SUID_NEVER)) | |||
352 | }; | 348 | }; |
353 | 349 | ||
354 | #endif | 350 | #endif |
351 | |||
352 | #undef APPLET | ||
353 | #undef APPLET_NOUSAGE | ||
354 | #undef APPLET_ODDNAME | ||