aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-01 15:55:11 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-10-01 15:55:11 +0000
commit8e9c6e5019c3b81ebd6df03687987c46c27d083c (patch)
tree608f73898f3ed5f466dff68189625fa9328a15be /coreutils
parentff1d70b077d247f65a556c65ec4bec54adb72edc (diff)
downloadbusybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.tar.gz
busybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.tar.bz2
busybox-w32-8e9c6e5019c3b81ebd6df03687987c46c27d083c.zip
g[un]zip: add support for -v (verbose).
Add CONFIG_DESKTOP, almost all bloat from this change is hidden under that. git-svn-id: svn://busybox.net/trunk/busybox@16283 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/od.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 1149ef148..df06dd3ec 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -11,6 +11,8 @@
11 * Original copyright notice is retained at the end of this file. 11 * Original copyright notice is retained at the end of this file.
12 */ 12 */
13 13
14// TODO: -t. busybox's own build script needs it
15
14#include <ctype.h> 16#include <ctype.h>
15#include <string.h> 17#include <string.h>
16#include <getopt.h> 18#include <getopt.h>