From: Karel Zak Date: Mon, 16 Jul 2012 16:53:11 +0000 (+0200) Subject: ldattach: fix compiler warning [-Wmissing-prototypes] X-Git-Tag: v2.22-rc1~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d91757a0f96745a781acd42535bec487718bebaa;p=thirdparty%2Futil-linux.git ldattach: fix compiler warning [-Wmissing-prototypes] Signed-off-by: Karel Zak --- diff --git a/sys-utils/ldattach.c b/sys-utils/ldattach.c index 551a505cd9..c06aed2049 100644 --- a/sys-utils/ldattach.c +++ b/sys-utils/ldattach.c @@ -94,7 +94,7 @@ static const struct ld_table ld_iflags[] = { NULL, 0 } }; -void dbg(char *fmt, ...) +static void dbg(char *fmt, ...) { va_list args;