Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-19 18:47:54 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-19 18:47:54 +0400
commit2969c772c21cb628bb7ded1c3dfc0a5f860b7d56 (patch)
tree010ce1ca393b25dff0b36cf4a38e2118c2c7ff45
parentdebaf2fe024748cd559e86eba41bb503882bf9ff (diff)
getty: oops... removing duplicate #include <syslog.h>
-rw-r--r--loginutils/getty.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c
index e8d03258e..22601c74e 100644
--- a/loginutils/getty.c
+++ b/loginutils/getty.c
@@ -25,10 +25,8 @@
#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