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

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;