From owner-cvs-all@FreeBSD.ORG Thu Jul 20 09:11:09 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D2FE16A4DD; Thu, 20 Jul 2006 09:11:09 +0000 (UTC) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45B2C43D55; Thu, 20 Jul 2006 09:11:09 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6K9B9Uf077373; Thu, 20 Jul 2006 09:11:09 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6K9B9tl077372; Thu, 20 Jul 2006 09:11:09 GMT (envelope-from stefanf) Message-Id: <200607200911.k6K9B9tl077372@repoman.freebsd.org> From: Stefan Farfeleder Date: Thu, 20 Jul 2006 09:11:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.sbin/cron/cron cron.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 09:11:09 -0000 stefanf 2006-07-20 09:11:09 UTC FreeBSD src repository Modified files: usr.sbin/cron/cron cron.c Log: Don't use "implicit int". Move the opening { of the functions to the next line while there. Revision Changes Path 1.18 +4 -2 src/usr.sbin/cron/cron/cron.c