maximilian attems
2011-Jun-15 15:54 UTC
[klibc] [PATCH 1/2] losetup: cleanup unused include.
Noting in losetup uses or needs stdarg.h. Signed-off-by: maximilian attems <max at stro.at> --- usr/utils/losetup.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/usr/utils/losetup.c b/usr/utils/losetup.c index 59030d7..025deb6 100644 --- a/usr/utils/losetup.c +++ b/usr/utils/losetup.c @@ -17,7 +17,6 @@ #include <sys/stat.h> #include <sys/mman.h> #include <sys/sysmacros.h> -#include <stdarg.h> #include <string.h> #include "loop.h" -- 1.7.5.3
Nothing in fprintf uses stdarg.h features. Signed-off-by: maximilian attems <max at stro.at> --- usr/klibc/fprintf.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/usr/klibc/fprintf.c b/usr/klibc/fprintf.c index 8403923..2c05762 100644 --- a/usr/klibc/fprintf.c +++ b/usr/klibc/fprintf.c @@ -3,7 +3,6 @@ */ #include <stdio.h> -#include <stdarg.h> #define BUFFER_SIZE 16384 -- 1.7.5.3
maximilian attems
2011-Jun-15 16:01 UTC
[klibc] [PATCH 1/2] losetup: cleanup unused include.
On Wed, Jun 15, 2011 at 05:54:04PM +0200, maximilian attems wrote:> Noting in losetup uses or needs stdarg.h. >please scratch those two, I seem to get indirect includes of stdarg.h for va_start() and friends.