]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ldattach: fix compiler warning [-Wmissing-prototypes]
authorKarel Zak <kzak@redhat.com>
Mon, 16 Jul 2012 16:53:11 +0000 (18:53 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Jul 2012 16:53:11 +0000 (18:53 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/ldattach.c

index 551a505cd96feff19ee8b53decd752583c40eada..c06aed2049e2eb080a43fea0dc0ff24fad0e60d1 100644 (file)
@@ -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;