summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-02-10 09:05:27 +0000
committerstefanf <stefanf@FreeBSD.org>2005-02-10 09:05:27 +0000
commite1328da3d77bba945169bcc2e9fef6766c7f02c3 (patch)
tree17d3e7a6223da40a69a88422091c935207bafff5 /usr.sbin/pw
parent43fa8deb7ce8e94858b8734f83e28c1bdbbf443c (diff)
downloadFreeBSD-src-e1328da3d77bba945169bcc2e9fef6766c7f02c3.zip
FreeBSD-src-e1328da3d77bba945169bcc2e9fef6766c7f02c3.tar.gz
The variable `arglist' has internal linkage in pw.c, don't declare it as extern
here.
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r--usr.sbin/pw/pw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.h b/usr.sbin/pw/pw.h
index f541b26..a0f97e3 100644
--- a/usr.sbin/pw/pw.h
+++ b/usr.sbin/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
{
OpenPOWER on IntegriCloud