diff options
author | Bernhard Reutner-Fischer | 2006-09-12 13:27:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-09-12 13:27:55 +0000 |
commit | b5f50ea3446980984637ad5fac6bd3890102027b (patch) | |
tree | 98fdcda294822aa89f2e7bad386d53dac71e2ff7 /libbb/vperror_msg.c | |
parent | 428a5cd0d32a3a4badf0a1f62f1126a24723545f (diff) | |
download | busybox-b5f50ea3446980984637ad5fac6bd3890102027b.zip busybox-b5f50ea3446980984637ad5fac6bd3890102027b.tar.gz |
- small trivia to be gentle to gcc-2.95.x which had no va_copy but only __va_copy.
Diffstat (limited to 'libbb/vperror_msg.c')
-rw-r--r-- | libbb/vperror_msg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/vperror_msg.c b/libbb/vperror_msg.c index 70fd671..c3f79c2 100644 --- a/libbb/vperror_msg.c +++ b/libbb/vperror_msg.c @@ -7,10 +7,6 @@ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. */ -#include <stdio.h> -#include <errno.h> -#include <string.h> -#include <stdlib.h> #include "libbb.h" void bb_vperror_msg(const char *s, va_list p) |