Author: ed
Date: Sun Nov  6 08:14:09 2011
New Revision: 227155
URL: http://svn.freebsd.org/changeset/base/227155

Log:
  Add missing static keywords to catman(1)

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

Modified: head/usr.bin/catman/catman.c
==============================================================================
--- head/usr.bin/catman/catman.c        Sun Nov  6 08:14:03 2011        
(r227154)
+++ head/usr.bin/catman/catman.c        Sun Nov  6 08:14:09 2011        
(r227155)
@@ -94,7 +94,7 @@ enum Ziptype {NONE, BZIP, GZIP};
 static uid_t uid;
 static int starting_dir;
 static char tmp_file[MAXPATHLEN];
-struct stat test_st;
+static struct stat test_st;
 
 /*
  * A hashtable is an array of chains composed of this entry structure.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to