From owner-cvs-sbin Thu May 1 20:08:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA07428 for cvs-sbin-outgoing; Thu, 1 May 1997 20:08:27 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA07371; Thu, 1 May 1997 20:08:11 -0700 (PDT) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA06796; Thu, 1 May 1997 20:08:05 -0700 (PDT) Date: Thu, 1 May 1997 20:08:05 -0700 (PDT) Message-Id: <199705020308.UAA06796@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/i386/fdisk fdisk.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 97/05/01 20:08:05 Modified: sbin/i386/fdisk fdisk.c Log: OpenBSD uses ID 0xa6 for its partitions on i386, arc and others that need a BIOS-like partition table. We now detect this correctly and print the right thing. Obtained from: Value obtained from OpenBSD sources. Revision Changes Path 1.14 +1 -0 src/sbin/i386/fdisk/fdisk.c