summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-16 20:59:36 +0000
committerErik Andersen <andersen@codepoet.org>1999-12-16 20:59:36 +0000
commit1c5b2589d1287008899c07f45541286fe8c37508 (patch)
tree6c9772d2bb9b54f6508ff77a8dd30982e227ab83 /applets
parent6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (diff)
downloadbusybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.gz
busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.tar.bz2
busybox-w32-1c5b2589d1287008899c07f45541286fe8c37508.zip
Fix bugs in logger and syslogd. Add fbset.
-Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 4967e5fa3..ed5a2b0d4 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -51,6 +51,9 @@ static const struct Applet applets[] = {
51#ifdef BB_DUTMP //usr/sbin 51#ifdef BB_DUTMP //usr/sbin
52 {"dutmp", dutmp_main}, 52 {"dutmp", dutmp_main},
53#endif 53#endif
54#ifdef BB_FBSET //usr/sbin
55 {"fbset", fbset_main},
56#endif
54#ifdef BB_FDFLUSH //bin 57#ifdef BB_FDFLUSH //bin
55 {"fdflush", fdflush_main}, 58 {"fdflush", fdflush_main},
56#endif 59#endif