From owner-cvs-src@FreeBSD.ORG Sun Jul 4 19:58:55 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 265D216A4D0; Sun, 4 Jul 2004 19:58:55 +0000 (GMT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id ECE5B43D49; Sun, 4 Jul 2004 19:58:53 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 4 Jul 2004 20:58:53 +0100 (BST) Date: Sun, 4 Jul 2004 20:58:52 +0100 From: David Malone To: Colin Percival Message-ID: <20040704195852.GA33412@walton.maths.tcd.ie> References: <200407041952.i64JqmZu056345@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407041952.i64JqmZu056345@repoman.freebsd.org> User-Agent: Mutt/1.5.3i Sender: dwmalone@maths.tcd.ie cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/syslogd syslogd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 19:58:55 -0000 On Sun, Jul 04, 2004 at 07:52:48PM +0000, Colin Percival wrote: > Log: > Fix dofsync() declaration. > > Pointed out by: dwmalone Thanks. David.