Date: Sun, 6 Nov 2011 08:14:09 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r227155 - head/usr.bin/catman Message-ID: <201111060814.pA68E9Ex007968@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111060814.pA68E9Ex007968>