pkgsrc/sysutils/gpart/patches/patch-ab
veego 24194345b9 Gpart is a small tool which tries to guess what partitions are on a PC type
harddisk in case the primary partition table was damaged.
2000-09-01 16:10:28 +00:00

16 lines
532 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2000/09/01 16:10:28 veego Exp $
--- src/gpart.c Sun May 14 14:08:15 2000
+++ src/gpart.c Sun Jul 16 11:01:41 2000
@@ -290,9 +290,10 @@
{ 0x86, "FAT16 volume/stripe set" },
{ 0x93, "Amoeba filesystem" },
{ 0x94, "Amoeba bad block table" },
- { 0xA5, "FreeBSD/NetBSD/386BSD" },
+ { 0xA5, "FreeBSD or 386BSD or old NetBSD" },
{ 0xA6, "OpenBSD" },
{ 0xA7, "NEXTSTEP" },
+ { 0xA9, "NetBSD" },
{ 0xB7, "BSDI BSD/386 filesystem" },
{ 0xB8, "BSDI BSD/386 swap" },
{ 0xC7, "Syrinx" },