Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern MBR_PTYPE_APPLE_UFS is now spelled with an u...



details:   https://anonhg.NetBSD.org/src/rev/2909721f793b
branches:  trunk
changeset: 571171:2909721f793b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Fri Nov 12 19:34:43 2004 +0000

description:
MBR_PTYPE_APPLE_UFS is now spelled with an underscore.

diffstat:

 sys/lib/libkern/xlat_mbr_fstype.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 2dcb6d6c3d49 -r 2909721f793b sys/lib/libkern/xlat_mbr_fstype.c
--- a/sys/lib/libkern/xlat_mbr_fstype.c Fri Nov 12 16:57:46 2004 +0000
+++ b/sys/lib/libkern/xlat_mbr_fstype.c Fri Nov 12 19:34:43 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xlat_mbr_fstype.c,v 1.2 2003/10/08 04:13:13 lukem Exp $        */
+/*     $NetBSD: xlat_mbr_fstype.c,v 1.3 2004/11/12 19:34:43 uwe Exp $  */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0,"$NetBSD: xlat_mbr_fstype.c,v 1.2 2003/10/08 04:13:13 lukem Exp $");
+__KERNEL_RCSID(0,"$NetBSD: xlat_mbr_fstype.c,v 1.3 2004/11/12 19:34:43 uwe Exp $");
 
 
 #include <sys/disklabel.h>
@@ -51,7 +51,7 @@
                uint8_t netbsd_type;
        } ptn_types[] = {
                { MBR_PTYPE_386BSD,     FS_BSDFFS },
-               { MBR_PTYPE_APPLEUFS,   FS_APPLEUFS },
+               { MBR_PTYPE_APPLE_UFS,  FS_APPLEUFS },
                { MBR_PTYPE_FAT12,      FS_MSDOS },
                { MBR_PTYPE_FAT16B,     FS_MSDOS },
                { MBR_PTYPE_FAT16L,     FS_MSDOS },



Home | Main Index | Thread Index | Old Index