aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-30 00:27:06 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-11-30 00:27:06 +0000
commit263525ca558fefb20217c20fb26469a1e5f30ae9 (patch)
tree69a9da9b595aef4aa44cb0dd90723f6d8364ddc1 /applets
parent030aad492202b3b9c8204a9963960b7b5081b7d0 (diff)
downloadbusybox-w32-263525ca558fefb20217c20fb26469a1e5f30ae9.tar.gz
busybox-w32-263525ca558fefb20217c20fb26469a1e5f30ae9.tar.bz2
busybox-w32-263525ca558fefb20217c20fb26469a1e5f30ae9.zip
Patch from Larry Doolittle (with minor touchups from me so everything compiles
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. git-svn-id: svn://busybox.net/trunk/busybox@1354 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 0a3333d99..857367b5f 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -3,6 +3,10 @@
3#include <stdio.h> 3#include <stdio.h>
4#include <string.h> 4#include <string.h>
5#include <errno.h> 5#include <errno.h>
6
7#undef APPLET
8#undef APPLET_NOUSAGE
9#undef PROTOTYPES
6#include "applets.h" 10#include "applets.h"
7 11
8#define bb_need_full_version 12#define bb_need_full_version