scron

simple cron daemon
git clone git://git.2f30.org/scron
Log | Files | Refs | README | LICENSE

commit d99f39654d118e407e12df34fd4dec7f572303e3
parent f1f4df3f3683b87262cdfdea2a8a82ad544e75b5
Author: sin <sin@2f30.org>
Date:   Mon,  7 Jul 2014 13:27:12 +0100

Sort includes

Diffstat:
Mcrond.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crond.c b/crond.c @@ -2,6 +2,7 @@ #include <sys/types.h> #include <sys/wait.h> +#include <errno.h> #include <limits.h> #include <signal.h> #include <stdarg.h> @@ -11,7 +12,6 @@ #include <syslog.h> #include <time.h> #include <unistd.h> -#include <errno.h> #include "arg.h" #include "queue.h"