Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-11 03:26:05 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-11 03:26:05 +0400
commit1114de7219f8e42d6d883c476a9458f637806365 (patch)
tree7a77eafabd8476a7b41ec2c69d258c0e0fb32040 /archival
parentcba9ef5523f09ecc3240f9f6efcdd0440c652c91 (diff)
od: provide full-blown od from coreutils if CONFIG_DESKTOP
Diffstat (limited to 'archival')
-rw-r--r--archival/libunarchive/init_handle.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/archival/libunarchive/init_handle.c b/archival/libunarchive/init_handle.c
index beda1b462..06e8d1fab 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"