diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-20 19:18:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-20 19:18:15 +0000 |
commit | d23f9ba0f6d82e6bab8a3ec1b804865f4b22cfb7 (patch) | |
tree | 0ab285d58cd8cf530ad8acac823545df892c90e9 /busybox.def.h | |
parent | ef8b6c757de9684f5d88eff4b014527e87121137 (diff) | |
download | busybox-w32-d23f9ba0f6d82e6bab8a3ec1b804865f4b22cfb7.tar.gz busybox-w32-d23f9ba0f6d82e6bab8a3ec1b804865f4b22cfb7.tar.bz2 busybox-w32-d23f9ba0f6d82e6bab8a3ec1b804865f4b22cfb7.zip |
Made ps work. Fixed some stuff.
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index eec662193..09379965c 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -21,7 +21,7 @@ | |||
21 | #define BB_GREP | 21 | #define BB_GREP |
22 | #define BB_HALT | 22 | #define BB_HALT |
23 | #define BB_INIT | 23 | #define BB_INIT |
24 | //#define BB_KILL // Supplied by ash | 24 | #define BB_KILL |
25 | //#define BB_LENGTH | 25 | //#define BB_LENGTH |
26 | #define BB_LN | 26 | #define BB_LN |
27 | #define BB_LOADFONT | 27 | #define BB_LOADFONT |