From 6142d0366b66fcee0097e03dbefaf54bfb8f0daa Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Thu, 10 Feb 2005 09:05:27 +0000 Subject: [PATCH] The variable `arglist' has internal linkage in pw.c, don't declare it as extern here. --- pw/pw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.1