From 9ff27308e780b9bd06c3323fef5707ffa695376e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 9 Aug 2007 08:26:48 +0200 Subject: [PATCH] Add const char *__progname to make it buildable again. --- lib/setfiles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/setfiles.c b/lib/setfiles.c index b799aae..9f34a31 100644 --- a/lib/setfiles.c +++ b/lib/setfiles.c @@ -54,6 +54,7 @@ */ #include "system.h" +const char *__progname; #include #include -- 2.7.4