Add const char *__progname to make it buildable again.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 9 Aug 2007 06:26:48 +0000 (08:26 +0200)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 9 Aug 2007 06:26:48 +0000 (08:26 +0200)
lib/setfiles.c

index b799aae..9f34a31 100644 (file)
@@ -54,6 +54,7 @@
  */
 
 #include "system.h"
+const char *__progname;
 
 #include <regex.h>
 #include <sys/vfs.h>