diff -r 18ed0f3b030a -r 4715f4ed8e0c include/unix/applicfg.h --- a/include/unix/applicfg.h Mon Oct 01 19:18:35 2012 +0200 +++ b/include/unix/applicfg.h Tue Oct 02 21:45:24 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