Mark global functions and/or variables in unifdef(1) static where possible.

This allows compilers and static analyzers to more thorough analysis.
This commit is contained in:
Ed Schouten 2011-11-06 18:50:00 +00:00
parent e7b3338485
commit 48ef17602b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227243

View File

@ -56,7 +56,7 @@
#include <string.h>
#include <unistd.h>
const char copyright[] =
static const char copyright[] =
"@(#) $Version: unifdef-2.5.6.21f1388 $\n"
"@(#) $FreeBSD$\n"
"@(#) $Author: Tony Finch (dot@dotat.at) $\n"