Applied MINIX 2.0.4 pathes provides by Al Woodhull.

This commit is contained in:
Jorrit Herder
2005-06-17 13:00:04 +00:00
parent 330d7eba56
commit 7279bb68ef
34 changed files with 2790 additions and 56 deletions
+3
View File
@@ -189,6 +189,9 @@ int main(int argc, char **argv)
pflag= 1;
}
/* Initialize current Time */
time(&now);
if (cflag) {
int fd1, fd2;
+2
View File
@@ -158,6 +158,7 @@ void tab_reschedule(cronjob_t *job)
job->rtime= NEVER;
return;
}
tmptm= *localtime(&job->rtime);
if (tmptm.tm_hour != nexttm.tm_hour ||
tmptm.tm_min != nexttm.tm_min)
{
@@ -182,6 +183,7 @@ void tab_reschedule(cronjob_t *job)
job->rtime= NEVER;
return;
}
tmptm= *localtime(&job->rtime);
if (tmptm.tm_hour != nexttm.tm_hour ||
tmptm.tm_min != nexttm.tm_min)
{