index
:
pw-darwin.git
main
master
A port of FreeBSDs pw for Darwin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
pw/pw.h
2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw/pw.h b/pw/pw.h
index f541b26..a0f97e3 100644
--- a/
pw/pw.h
+++ b/
pw/pw.h
@@ -69,7 +69,7 @@ struct carg
LIST_ENTRY(carg) list;
};
-extern LIST_HEAD(cargs, carg) arglist;
+LIST_HEAD(cargs, carg);
struct userconf
{