getty: oops... removing duplicate #include <syslog.h>
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:47:54 +0000 (14:47 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:47:54 +0000 (14:47 -0000)
loginutils/getty.c

index e8d03258e3768aae840f306f99e9e05e3b41ecd9..22601c74e4f898a2cde169eed4184b0fb7a28c3e 100644 (file)
 
 #define _PATH_LOGIN     "/bin/login"
 
- /* If USE_SYSLOG is undefined all diagnostics go directly to /dev/console. */
 #ifdef CONFIG_SYSLOGD
 #include <sys/param.h>
-#include <syslog.h>
 #endif