Author: bapt
Date: Sat Nov  7 20:27:31 2015
New Revision: 290510
URL: https://svnweb.freebsd.org/changeset/base/290510

Log:
  Make bsd declaration static

Modified:
  head/usr.bin/localedef/localedef.c

Modified: head/usr.bin/localedef/localedef.c
==============================================================================
--- head/usr.bin/localedef/localedef.c  Sat Nov  7 20:02:07 2015        
(r290509)
+++ head/usr.bin/localedef/localedef.c  Sat Nov  7 20:27:31 2015        
(r290510)
@@ -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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to