* src/login.c: Do not include netdb.h. gethostbyname() is no more
called from within login.c. Also UT_ADDR does not exist anymore.
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <lastlog.h>
|
||||
#ifdef UT_ADDR
|
||||
#include <netdb.h>
|
||||
#endif
|
||||
#include <pwd.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user