From f470196a4144dd586f8b80efeef4aca39cf11514 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 27 Jan 2008 12:50:12 +0000 Subject: - fix conflicting decls of syslog related facilitynames and prioritynames tables --- miscutils/crond.c | 2 +- miscutils/devfsd.c | 11 +++-------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'miscutils') diff --git a/miscutils/crond.c b/miscutils/crond.c index fd20e6a..0df143a 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -11,8 +11,8 @@ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ -#include #include "libbb.h" +#include #ifndef CRONTABS #define CRONTABS "/var/spool/cron/crontabs" diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 9990142..52a65bc 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c @@ -53,17 +53,12 @@ The postal address is: Richard Gooch, c/o ATNF, P. O. Box 76, Epping, N.S.W., 2121, Australia. */ - -//#include -//#include -//#include -#include -#include -#include -#include #include "libbb.h" #include "xregex.h" +#include +#include +#include /* Various defines taken from linux/major.h */ #define IDE0_MAJOR 3 -- cgit v1.1