From owner-cvs-all@FreeBSD.ORG Mon Nov 14 13:55:35 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 0708B16A438; Mon, 14 Nov 2005 13:55:35 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9480B43D53; Mon, 14 Nov 2005 13:55:34 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by cyrus.watson.org (Postfix) with ESMTP id 1160F46B20; Mon, 14 Nov 2005 08:55:34 -0500 (EST) Date: Mon, 14 Nov 2005 13:55:33 +0000 (GMT) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: David Malone In-Reply-To: <20051114113956.GA97997@walton.maths.tcd.ie> Message-ID: <20051114135508.D66587@fledge.watson.org> References: <200511140311.jAE3BPhk011733@repoman.freebsd.org> <20051114113956.GA97997@walton.maths.tcd.ie> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Craig Rodrigues , 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 13:55:35 -0000 On Mon, 14 Nov 2005, David Malone wrote: > 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. Since you're showing interest in the RPC code, any chance I can trick you into looking at misc/88856? :-) Robert N M Watson