The variable `arglist' has internal linkage in pw.c, don't declare it as extern

here.
This commit is contained in:
Stefan Farfeleder 2005-02-10 09:05:27 +00:00
parent bf94610c6b
commit 3ce1d6bb59
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141608

View File

@ -69,7 +69,7 @@ struct carg
LIST_ENTRY(carg) list;
};
extern LIST_HEAD(cargs, carg) arglist;
LIST_HEAD(cargs, carg);
struct userconf
{