Add missing static keywords to du(1)

This commit is contained in:
Ed Schouten 2011-11-06 08:15:17 +00:00
parent 267265e0dd
commit d2aa301d2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227164

View File

@ -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;