1 2 3 4 5 6 7 8
#include "xf86_OSproc.h" int xf86LoadKernelModule(const char *pathname) { (void) pathname; return 0; /* failure */ }