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