Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern recognize OpenBSD too
details: https://anonhg.NetBSD.org/src/rev/0fd595026953
branches: trunk
changeset: 785200:0fd595026953
user: christos <christos%NetBSD.org@localhost>
date: Sat Mar 02 22:04:06 2013 +0000
description:
recognize OpenBSD too
diffstat:
sys/lib/libkern/xlat_mbr_fstype.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 4a231cf1307d -r 0fd595026953 sys/lib/libkern/xlat_mbr_fstype.c
--- a/sys/lib/libkern/xlat_mbr_fstype.c Sat Mar 02 22:02:32 2013 +0000
+++ b/sys/lib/libkern/xlat_mbr_fstype.c Sat Mar 02 22:04:06 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xlat_mbr_fstype.c,v 1.8 2012/01/16 18:47:57 christos Exp $ */
+/* $NetBSD: xlat_mbr_fstype.c,v 1.9 2013/03/02 22:04:06 christos Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0,"$NetBSD: xlat_mbr_fstype.c,v 1.8 2012/01/16 18:47:57 christos Exp $");
+__KERNEL_RCSID(0,"$NetBSD: xlat_mbr_fstype.c,v 1.9 2013/03/02 22:04:06 christos Exp $");
#include <sys/disklabel.h>
@@ -56,6 +56,7 @@
{ MBR_PTYPE_NETBSD, FS_BSDFFS },
{ MBR_PTYPE_NTFS, FS_NTFS },
{ MBR_PTYPE_MINIX_14B, FS_MINIXFS3 },
+ { MBR_PTYPE_OPENBSD, FS_BSDFFS },
{ 0, FS_OTHER }
};
const struct ptn_types *pt;
Home |
Main Index |
Thread Index |
Old Index