From: Marcel Holtmann Date: Thu, 4 Jun 2009 18:28:38 +0000 (+0200) Subject: fix wrong rfkill_version type X-Git-Tag: v2.31-rc1~98^2~13^2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84c7585d810a136e839aaaad11de5030fc0ffa5f;p=thirdparty%2Futil-linux.git fix wrong rfkill_version type --- diff --git a/core.h b/core.h index 484dc2f269..c276b90c57 100644 --- a/core.h +++ b/core.h @@ -1,6 +1,6 @@ #ifndef __CORE #define __CORE -extern const char *rfkill_version; +extern const char rfkill_version[]; #endif