summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-11-06 08:15:17 +0000
committered <ed@FreeBSD.org>2011-11-06 08:15:17 +0000
commitc9f8997dfe9ff516cc9179e6341a62bfaf254c16 (patch)
tree81ee74c903924050294355a58c2a42c181c8d1d6
parent62515a1ff39c07062f172126a5436e25888e638e (diff)
downloadFreeBSD-src-c9f8997dfe9ff516cc9179e6341a62bfaf254c16.zip
FreeBSD-src-c9f8997dfe9ff516cc9179e6341a62bfaf254c16.tar.gz
Add missing static keywords to du(1)
-rw-r--r--usr.bin/du/du.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c
index cdaa70d..86d8863 100644
--- a/usr.bin/du/du.c
+++ b/usr.bin/du/du.c
@@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$");
#include <sysexits.h>
#include <unistd.h>
-SLIST_HEAD(ignhead, ignentry) ignores;
+static SLIST_HEAD(ignhead, ignentry) ignores;
struct ignentry {
char *mask;
SLIST_ENTRY(ignentry) next;
OpenPOWER on IntegriCloud