diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-05-02 03:08:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-05-02 03:08:04 +0000 |
| commit | e37a137d7ab05de7d44631b204f71d17994bbd68 (patch) | |
| tree | c478ad7273a9b58fcbfe5c3d47004c618a917aef | |
| parent | b63edaf35f026b14fe39f957dad6584ab68e8cba (diff) | |
Notes
| -rw-r--r-- | sbin/fdisk/fdisk.c | 1 | ||||
| -rw-r--r-- | sbin/i386/fdisk/fdisk.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 38506b58fc67..6f759f895f42 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -189,6 +189,7 @@ struct part_type ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} + ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} ,{0xB7, "BSDI BSD/386 filesystem"} ,{0xB8, "BSDI BSD/386 swap"} diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 38506b58fc67..6f759f895f42 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/fdisk/fdisk.c @@ -189,6 +189,7 @@ struct part_type ,{0x93, "Amoeba filesystem"} ,{0x94, "Amoeba bad block table"} ,{0xA5, "FreeBSD/NetBSD/386BSD"} + ,{0xA6, "OpenBSD"} ,{0xA7, "NEXTSTEP"} ,{0xB7, "BSDI BSD/386 filesystem"} ,{0xB8, "BSDI BSD/386 swap"} |
