Add missing static keywords to du(1)
This commit is contained in:
parent
267265e0dd
commit
d2aa301d2e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user