diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index cdaa70da41c..86d8863b595 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -61,7 +61,7 @@ __FBSDID("$FreeBSD$"); #include #include -SLIST_HEAD(ignhead, ignentry) ignores; +static SLIST_HEAD(ignhead, ignentry) ignores; struct ignentry { char *mask; SLIST_ENTRY(ignentry) next;