From fad2b86c9e7eaadb973b50a1bc0e2accc1a96cfd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 31 May 2007 22:16:38 +0000 Subject: use "glibc errno" trick not only for ash, but for entire busybox (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes --- libbb/perror_msg.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libbb/perror_msg.c') diff --git a/libbb/perror_msg.c b/libbb/perror_msg.c index 7fb0830be..5145795f5 100644 --- a/libbb/perror_msg.c +++ b/libbb/perror_msg.c @@ -7,10 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include -#include -#include -#include #include "libbb.h" void bb_perror_msg(const char *s, ...) -- cgit v1.2.3