svn commit: r227155 - head/usr.bin/catman

Ed Schouten ed at FreeBSD.org
Sun Nov 6 08:14:13 UTC 2011


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.


More information about the svn-src-all mailing list