[RALink Driver/Linux] Driver/UTIL/include/os/rt_linux.h:278: error: expected specifier-qualifier-list before ‘kuid_t’
This error comes up on some linux machines (most notably updated CentOS/RHEL 6) when trying to compile the driver for RALink devices: Driver/UTIL/include/os/rt_linux.h:278: error: expected specifier-qualifier-list before ‘kuid_t’ This is due to this particular section of code in that file: #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29) kuid_t […]