aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-19 14:47:54 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-19 14:47:54 +0000
commit7df8727cb1aee940267776786763d476663d6f97 (patch)
tree010ce1ca393b25dff0b36cf4a38e2118c2c7ff45
parente078b811a4b52bb73b1cff840e08616c398b55aa (diff)
downloadbusybox-w32-7df8727cb1aee940267776786763d476663d6f97.tar.gz
busybox-w32-7df8727cb1aee940267776786763d476663d6f97.tar.bz2
busybox-w32-7df8727cb1aee940267776786763d476663d6f97.zip
getty: oops... removing duplicate #include <syslog.h>
git-svn-id: svn://busybox.net/trunk/busybox@16156 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
25 25
26#define _PATH_LOGIN "/bin/login" 26#define _PATH_LOGIN "/bin/login"
27 27
28 /* If USE_SYSLOG is undefined all diagnostics go directly to /dev/console. */
29#ifdef CONFIG_SYSLOGD 28#ifdef CONFIG_SYSLOGD
30#include <sys/param.h> 29#include <sys/param.h>
31#include <syslog.h>
32#endif 30#endif
33 31
34 32