--- common/lib/modules/fglrx/build_mod/kcl_str.c 2015-03-06 11:44:48.000000000 -0500 +++ common-r1/lib/modules/fglrx/build_mod/kcl_str.c 2015-03-17 18:41:25.000000000 -0400 @@ -169,7 +169,11 @@ const char* s2, KCL_TYPE_SizeSigned count) { +#if LINUX_VERSION_CODE < KERNEL_VERSION(4,0,0) return strnicmp(s1, s2, count); +#else + return strncasecmp(s1, s2, count); +#endif } /** \brief Locate character in string