summaryrefslogtreecommitdiffstats
path: root/sys-utils/ldattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/ldattach.c')
-rw-r--r--sys-utils/ldattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/ldattach.c b/sys-utils/ldattach.c
index 551a505cd..c06aed204 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;