* libmisc/utmp.c, src/userdel.c, src/logoutd.c: Replace #if by #ifdef

This commit is contained in:
nekral-guest
2009-04-28 20:03:23 +00:00
parent 90cc7f0f1d
commit dd85562fac
4 changed files with 26 additions and 22 deletions

View File

@ -37,7 +37,7 @@
#include <utmp.h>
#if USE_UTMPX
#ifdef USE_UTMPX
#include <utmpx.h>
#endif