*** aux.c.ORIG Tue Jul 1 13:16:29 2008 --- aux.c Tue Jul 1 13:17:55 2008 *************** *** 103,109 **** --- 103,113 ---- printf ("\n"); break; case 2: + #ifdef _AIX + syslog (LOG_DEBUG, format, args); + #else vsyslog (LOG_DEBUG, format, args); + #endif break; }