From owner-cvs-all@FreeBSD.ORG Mon Oct 25 03:27:32 2004 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 0297A16A4CE; Mon, 25 Oct 2004 03:27:32 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D711243D46; Mon, 25 Oct 2004 03:27:31 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9P3RV16065700; Mon, 25 Oct 2004 03:27:31 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9P3RVXo065699; Mon, 25 Oct 2004 03:27:31 GMT (envelope-from marcel) Message-Id: <200410250327.i9P3RVXo065699@repoman.freebsd.org> From: Marcel Moolenaar Date: Mon, 25 Oct 2004 03:27:31 +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/gpt migrate.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: Mon, 25 Oct 2004 03:27:32 -0000 marcel 2004-10-25 03:27:31 UTC FreeBSD src repository Modified files: sbin/gpt migrate.c Log: Catch up with the BSD label changes. The partition offsets are relative to the partition now. While here, make sure we skip unused partition entries. Revision Changes Path 1.9 +20 -3 src/sbin/gpt/migrate.c