From owner-cvs-all@FreeBSD.ORG Thu Dec 18 05:13:04 2003 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 1A48B16A4CE; Thu, 18 Dec 2003 05:13:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6333C43D1D; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBIDD30B052834; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBIDD3fQ052833; Thu, 18 Dec 2003 05:13:03 -0800 (PST) (envelope-from harti) Message-Id: <200312181313.hBIDD3fQ052833@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 18 Dec 2003 05:13:03 -0800 (PST) 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: Thu, 18 Dec 2003 13:13:04 -0000 harti 2003/12/18 05:13:03 PST FreeBSD src repository Modified files: sbin/fdisk fdisk.c Log: Add the Solaris x86 boot partition type. This is used in Solaris 10 (and perhaps earlier). Submitted by: Joerg Schilling Revision Changes Path 1.73 +1 -0 src/sbin/fdisk/fdisk.c