mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Add missing static keywords to du(1)
This commit is contained in:
parent
267265e0dd
commit
d2aa301d2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227164
@ -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