* libmisc/utmp.c, src/userdel.c, src/logoutd.c: Replace #if by #ifdef
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
|
||||
#include <utmp.h>
|
||||
|
||||
#if USE_UTMPX
|
||||
#ifdef USE_UTMPX
|
||||
#include <utmpx.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user