diff options
author | Denis Vlasenko | 2006-10-10 23:26:05 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-10-10 23:26:05 +0000 |
commit | 1114de7219f8e42d6d883c476a9458f637806365 (patch) | |
tree | 7a77eafabd8476a7b41ec2c69d258c0e0fb32040 /archival | |
parent | cba9ef5523f09ecc3240f9f6efcdd0440c652c91 (diff) | |
download | busybox-1114de7219f8e42d6d883c476a9458f637806365.zip busybox-1114de7219f8e42d6d883c476a9458f637806365.tar.gz |
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Diffstat (limited to 'archival')
-rw-r--r-- | archival/libunarchive/init_handle.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/libunarchive/init_handle.c b/archival/libunarchive/init_handle.c index beda1b4..06e8d1f 100644 --- a/archival/libunarchive/init_handle.c +++ b/archival/libunarchive/init_handle.c @@ -3,8 +3,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -//#include <unistd.h> -//#include <string.h> #include "libbb.h" #include "unarchive.h" |