svn commit: trunk/busybox/loginutils
vda at busybox.net
vda at busybox.net
Tue Sep 19 14:47:55 UTC 2006
Author: vda
Date: 2006-09-19 07:47:54 -0700 (Tue, 19 Sep 2006)
New Revision: 16156
Log:
getty: oops... removing duplicate #include <syslog.h>
Modified:
trunk/busybox/loginutils/getty.c
Changeset:
Modified: trunk/busybox/loginutils/getty.c
===================================================================
--- trunk/busybox/loginutils/getty.c 2006-09-19 14:31:44 UTC (rev 16155)
+++ trunk/busybox/loginutils/getty.c 2006-09-19 14:47:54 UTC (rev 16156)
@@ -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
More information about the busybox-cvs
mailing list