From owner-cvs-all@FreeBSD.ORG Fri Apr 29 21:24:30 2005 Return-Path: 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 4755D16A527; Fri, 29 Apr 2005 21:24:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294643D41; Fri, 29 Apr 2005 21:24:28 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3TLORU5090181; Fri, 29 Apr 2005 21:24:27 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3TLORv0090180; Fri, 29 Apr 2005 21:24:27 GMT (envelope-from phk) Message-Id: <200504292124.j3TLORv0090180@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 29 Apr 2005 21:24:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/fdisk fdisk.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 29 Apr 2005 21:24:31 -0000 phk 2005-04-29 21:24:27 UTC FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: If we resort to opening a slice instead of the base device, do so with the correct mode for our arguments. Revision Changes Path 1.77 +1 -1 src/sbin/fdisk/fdisk.c