From owner-svn-src-head@FreeBSD.ORG Sat Oct 20 12:53:03 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1138EA9; Sat, 20 Oct 2012 12:53:03 +0000 (UTC) (envelope-from john@baldwin.cx) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id B42088FC12; Sat, 20 Oct 2012 12:53:02 +0000 (UTC) Received: from ralph.baldwin.cx (c-68-39-198-164.hsd1.de.comcast.net [68.39.198.164]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 12BB6B958; Sat, 20 Oct 2012 08:53:02 -0400 (EDT) From: John Baldwin To: Ed Schouten Subject: Re: svn commit: r241776 - head/usr.sbin/mfiutil Date: Sat, 20 Oct 2012 08:31:37 -0400 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201210201020.q9KAK6dh005471@svn.freebsd.org> In-Reply-To: <201210201020.q9KAK6dh005471@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201210200831.37535.john@baldwin.cx> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Sat, 20 Oct 2012 08:53:02 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 12:53:04 -0000 On Saturday, October 20, 2012 06:20:06 AM Ed Schouten wrote: > Author: ed > Date: Sat Oct 20 10:20:06 2012 > New Revision: 241776 > URL: http://svn.freebsd.org/changeset/base/241776 > > Log: > Remove redundant code. > > Both mfi_flash.c and mfi_show.c contain very similar functions to print > a list of firmwares. Move these routines into mfiutil.c. > > Reported by: jhb Thanks. -- John Baldwin