diff -r 4725d8f909ff -r 5cbb8e9ad67c include/unix/applicfg.h --- a/include/unix/applicfg.h Thu Sep 06 16:49:11 2012 +0200 +++ b/include/unix/applicfg.h Mon Oct 01 16:58:35 2012 +0200 @@ -78,8 +78,8 @@ /* -------------------------------------- */ #ifdef __KERNEL__ # define MSG(...) printk (__VA_ARGS__) -#elif defined USE_RTAI -# define MSG(...) /*rt_printk (__VA_ARGS__)*/ +//#elif defined USE_RTAI +//# define MSG(...) rt_printk (__VA_ARGS__) #elif defined USE_XENO # define MSG(...) #else