From owner-svn-src-all@FreeBSD.ORG Wed Oct 17 21:26:36 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 510EC676; Wed, 17 Oct 2012 21:26:36 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 389C68FC12; Wed, 17 Oct 2012 21:26:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9HLQae7067717; Wed, 17 Oct 2012 21:26:36 GMT (envelope-from sobomax@svn.freebsd.org) Received: (from sobomax@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9HLQaTZ067715; Wed, 17 Oct 2012 21:26:36 GMT (envelope-from sobomax@svn.freebsd.org) Message-Id: <201210172126.q9HLQaTZ067715@svn.freebsd.org> From: Maxim Sobolev Date: Wed, 17 Oct 2012 21:26:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r241651 - head/usr.sbin/cron/cron X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 21:26:36 -0000 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;