diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-24 13:25:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-24 13:25:20 +0000 |
commit | a9acbe6caddc59e7e25f4e469322e5c210e17775 (patch) | |
tree | 4e11174d18e586c5f7510adf31323f9dd98d7446 /include/libbb.h | |
parent | 00d8417631b1ae378d708e885dce74bafb02be96 (diff) | |
download | busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.gz busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.tar.bz2 busybox-w32-a9acbe6caddc59e7e25f4e469322e5c210e17775.zip |
timeout: new applet. 370 bytes. by Roberto Foglietta.
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 85a915ec1..77c4c6088 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -923,7 +923,7 @@ void bb_displayroutes(int noresolve, int netstatfmt) FAST_FUNC; | |||
923 | * yet doesn't represent any valid Unicode characher. | 923 | * yet doesn't represent any valid Unicode characher. |
924 | * Also, -1 is reserved for error indication and we don't use it. */ | 924 | * Also, -1 is reserved for error indication and we don't use it. */ |
925 | enum { | 925 | enum { |
926 | KEYCODE_UP = -2, | 926 | KEYCODE_UP = -2, |
927 | KEYCODE_DOWN = -3, | 927 | KEYCODE_DOWN = -3, |
928 | KEYCODE_RIGHT = -4, | 928 | KEYCODE_RIGHT = -4, |
929 | KEYCODE_LEFT = -5, | 929 | KEYCODE_LEFT = -5, |