From owner-cvs-src@FreeBSD.ORG Fri May 23 19:17:08 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 940C8106567F; Fri, 23 May 2008 19:17:08 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 585158FC26; Fri, 23 May 2008 19:17:08 +0000 (UTC) (envelope-from mckusick@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4NJH8ps025442; Fri, 23 May 2008 19:17:08 GMT (envelope-from mckusick@repoman.freebsd.org) Received: (from mckusick@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NJH8ZQ025441; Fri, 23 May 2008 19:17:08 GMT (envelope-from mckusick) Message-Id: <200805231917.m4NJH8ZQ025441@repoman.freebsd.org> From: Kirk McKusick Date: Fri, 23 May 2008 19:17:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/restore dirs.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 23 May 2008 19:17:08 -0000 mckusick 2008-05-23 19:17:08 UTC FreeBSD src repository Modified files: sbin/restore dirs.c Log: Fix nits pointed out in PR bin/39905 that have not already been corrected since it was filed. With this change the PR will be closed. PR: bin/39905 Revision Changes Path 1.35 +3 -3 src/sbin/restore/dirs.c