No subject



Thu Sep 11 7:19:47 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 11 Sep 2003 07:20:01 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.8p1/8.12.3) with ESMTP id h8BEK1FO009123
	for <atanu@tigger.icir.org>; Thu, 11 Sep 2003 07:20:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h8BEK0LL075587
	for <atanu@icir.org>; Thu, 11 Sep 2003 07:20:00 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h8BEK0Xd003689;
	Thu, 11 Sep 2003 07:20:00 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h8BEJlXd003683
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 11 Sep 2003 07:19:47 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h8BEJlLL075580
	for <xorp-cvs@icir.org>; Thu, 11 Sep 2003 07:19:47 -0700 (PDT)
	(envelope-from greenhal@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h8BEJlkN027773
	for <xorp-cvs@icir.org>; Thu, 11 Sep 2003 07:19:47 -0700 (PDT)
	(envelope-from greenhal@xorpc.icir.org)
Received: (from greenhal@localhost)
	by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h8BEJlvB027772;
	Thu, 11 Sep 2003 07:19:47 -0700 (PDT)
	(envelope-from greenhal)
From: Adam Greenhalgh <greenhal@icir.org>
Message-Id: <200309111419.h8BEJlvB027772@xorpc.icir.org>
Date:     Thu, 11 Sep 2003  7:19:47  ()
To: xorp-cvs@icir.org
Reply-To: greenhal@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/ ifconfig_parse_ifaddrs.cc
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Repository:	xorp/fea/
Changes by:	greenhal@xorpc.icir.org.	03/09/11 07:19:47

Modified files:
	xorp/fea/: ifconfig_parse_ifaddrs.cc 

Log message:
	tiny compiler fix of an unused variable problem
	int mtu = 0;
	to
	int mtu;
	mtu = 0;
	to get around the #ifdef's effectively producing a situation where
	mtu is never used.
	
	----------------------------------------------------------------------

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs