]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Make bsd declaration static
authorbapt <bapt@FreeBSD.org>
Sat, 7 Nov 2015 20:27:31 +0000 (20:27 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 7 Nov 2015 20:27:31 +0000 (20:27 +0000)
usr.bin/localedef/localedef.c

index afc2e240860e1d96ecf4e63ae478bb50664bada5..e4d0dff5c72a824ec1a8d6c446a8ea9d2b4aa744 100644 (file)
@@ -54,7 +54,7 @@ __FBSDID("$FreeBSD$");
 #define        TEXT_DOMAIN     "SYS_TEST"
 #endif
 
-int bsd = 0;
+static int bsd = 0;
 int verbose = 0;
 int undefok = 0;
 int warnok = 0;