diff options
author | sobomax <sobomax@FreeBSD.org> | 2012-10-17 21:26:35 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2012-10-17 21:26:35 +0000 |
commit | 18829e44fc966e751099addc8874e0e46d40de49 (patch) | |
tree | 0475e91d85768c9db68d32be0fd8bfd0210a4a18 /usr.sbin/cron | |
parent | d5815329e7ce02286aba35004fe15ac67a6ac5e9 (diff) | |
download | FreeBSD-src-18829e44fc966e751099addc8874e0e46d40de49.zip FreeBSD-src-18829e44fc966e751099addc8874e0e46d40de49.tar.gz |
Remove harmless, but superfluous local change that creeped in along
with the r241649.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/cron/cron.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/cron/cron/cron.h b/usr.sbin/cron/cron/cron.h index a2413cb..38eb33b 100644 --- a/usr.sbin/cron/cron/cron.h +++ b/usr.sbin/cron/cron/cron.h @@ -176,7 +176,6 @@ typedef struct _entry { #define WHEN_REBOOT 0x04 #define RUN_AT 0x08 #define NOT_UNTIL 0x10 -#define SECONDS_COUNT 0x20 time_t lastrun; } entry; |