projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
debaf2f
)
getty: oops... removing duplicate #include <syslog.h>
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:47:54 +0000
(14:47 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 19 Sep 2006 14:47:54 +0000
(14:47 -0000)
loginutils/getty.c
patch
|
blob
|
history
diff --git
a/loginutils/getty.c
b/loginutils/getty.c
index e8d03258e3768aae840f306f99e9e05e3b41ecd9..22601c74e4f898a2cde169eed4184b0fb7a28c3e 100644
(file)
--- 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