From 8a9f6ff89dafdc85d2d7efc672b6378e02fd6d77 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 7 Mar 1998 22:00:31 +0000 Subject: [PATCH] Oops, merge back 32bit fat description from -stable. It was added to -stable but not to -current, strange. --- sbin/fdisk/fdisk.c | 2 +- sbin/i386/fdisk/fdisk.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 59ff5a36c3fc..7088218cbc3d 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -171,7 +171,7 @@ struct part_type ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} - ,{0x0B, "Primary DOS with 32 bit FAT"} + ,{0x0B, "Primary DOS or Windows 95 with 32 bit FAT"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} ,{0x50, "DM"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 59ff5a36c3fc..7088218cbc3d 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -171,7 +171,7 @@ struct part_type ,{0x08, "AIX filesystem"} ,{0x09, "AIX boot partition or Coherent"} ,{0x0A, "OS/2 Boot Manager or OPUS"} - ,{0x0B, "Primary DOS with 32 bit FAT"} + ,{0x0B, "Primary DOS or Windows 95 with 32 bit FAT"} ,{0x10, "OPUS"} ,{0x40, "VENIX 286"} ,{0x50, "DM"}