diff options
author | Erik Andersen | 1999-12-16 20:59:36 +0000 |
---|---|---|
committer | Erik Andersen | 1999-12-16 20:59:36 +0000 |
commit | 1c5b2589d1287008899c07f45541286fe8c37508 (patch) | |
tree | 6c9772d2bb9b54f6508ff77a8dd30982e227ab83 /busybox.def.h | |
parent | 6f23cec5d081fac63a7a0c493d6caff77e55dfb1 (diff) | |
download | busybox-1c5b2589d1287008899c07f45541286fe8c37508.zip busybox-1c5b2589d1287008899c07f45541286fe8c37508.tar.gz |
Fix bugs in logger and syslogd. Add fbset.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index fcd185a..834738e 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -15,6 +15,7 @@ #define BB_DMESG //#define BB_DUTMP #define BB_DU +#define BB_FBSET //#define BB_FDFLUSH #define BB_FIND #define BB_FREE |