From 8ea5e6afe9b1a842636691228198747a889785f8 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 6 Nov 2011 18:50:00 +0000 Subject: Mark global functions and/or variables in unifdef(1) static where possible. This allows compilers and static analyzers to more thorough analysis. --- usr.bin/unifdef/unifdef.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/unifdef/unifdef.c b/usr.bin/unifdef/unifdef.c index 521b698..8f7ed0f 100644 --- a/usr.bin/unifdef/unifdef.c +++ b/usr.bin/unifdef/unifdef.c @@ -56,7 +56,7 @@ #include #include -const char copyright[] = +static const char copyright[] = "@(#) $Version: unifdef-2.5.6.21f1388 $\n" "@(#) $FreeBSD$\n" "@(#) $Author: Tony Finch (dot@dotat.at) $\n" -- cgit v1.1