svn commit: r241651 - head/usr.sbin/cron/cron

Maxim Sobolev sobomax at FreeBSD.org
Wed Oct 17 21:26:36 UTC 2012


Author: sobomax
Date: Wed Oct 17 21:26:35 2012
New Revision: 241651
URL: http://svn.freebsd.org/changeset/base/241651

Log:
  Remove harmless, but superfluous local change that creeped in along
  with the r241649.

Modified:
  head/usr.sbin/cron/cron/cron.h

Modified: head/usr.sbin/cron/cron/cron.h
==============================================================================
--- head/usr.sbin/cron/cron/cron.h	Wed Oct 17 21:19:27 2012	(r241650)
+++ head/usr.sbin/cron/cron/cron.h	Wed Oct 17 21:26:35 2012	(r241651)
@@ -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;
 


More information about the svn-src-head mailing list