mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
The variable `arglist' has internal linkage in pw.c, don't declare it as extern
here.
This commit is contained in:
parent
bf94610c6b
commit
3ce1d6bb59
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141608
@ -69,7 +69,7 @@ struct carg
|
||||
LIST_ENTRY(carg) list;
|
||||
};
|
||||
|
||||
extern LIST_HEAD(cargs, carg) arglist;
|
||||
LIST_HEAD(cargs, carg);
|
||||
|
||||
struct userconf
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user