summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/lib
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2012-10-18 06:27:03 +0000
committersobomax <sobomax@FreeBSD.org>2012-10-18 06:27:03 +0000
commit325858cd575d5b96c2276998564008bf035c9f74 (patch)
tree370126a86799545ed9f8e3f8f5deb002d2f8181d /usr.sbin/cron/lib
parent4ff82f24cf60061567658c04ca7683afcd3c02c4 (diff)
downloadFreeBSD-src-325858cd575d5b96c2276998564008bf035c9f74.zip
FreeBSD-src-325858cd575d5b96c2276998564008bf035c9f74.tar.gz
Fully backout latest changes.
Pointy hat to: sobomax
Diffstat (limited to 'usr.sbin/cron/lib')
-rw-r--r--usr.sbin/cron/lib/entry.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/cron/lib/entry.c b/usr.sbin/cron/lib/entry.c
index 7a725c5..ea015da 100644
--- a/usr.sbin/cron/lib/entry.c
+++ b/usr.sbin/cron/lib/entry.c
@@ -187,7 +187,6 @@ load_entry(file, error_func, pw, envp)
bit_nset(e->dom, 0, (LAST_DOM-FIRST_DOM+1));
bit_nset(e->month, 0, (LAST_MONTH-FIRST_MONTH+1));
bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1));
- bit_nset(e->dow, 0, (LAST_DOW-FIRST_DOW+1));
} else {
ecode = e_timespec;
goto eof;
OpenPOWER on IntegriCloud