From owner-cvs-all@FreeBSD.ORG Mon Nov 14 11:39:59 2005 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 39C2D16A41F; Mon, 14 Nov 2005 11:39:59 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id F314043D46; Mon, 14 Nov 2005 11:39:57 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 14 Nov 2005 11:39:57 +0000 (GMT) Date: Mon, 14 Nov 2005 11:39:56 +0000 From: David Malone To: Craig Rodrigues Message-ID: <20051114113956.GA97997@walton.maths.tcd.ie> References: <200511140311.jAE3BPhk011733@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200511140311.jAE3BPhk011733@repoman.freebsd.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/rpcgen rpc_main.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: Mon, 14 Nov 2005 11:39:59 -0000 On Mon, Nov 14, 2005 at 03:11:25AM +0000, Craig Rodrigues wrote: > Modified files: > usr.bin/rpcgen rpc_main.c > Log: > Eliminate build breakage due to warnings about const. Hmm, drat - I tought I'd tested this properly. I knew there was one warning left, but I hadn't fixed it because it was due to some quirkiness of exec and I wanted to think about it a bit more. I thought that warning wasn't one of the default set, but I see I was mistaken. Sorry about that. David.