Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Put NTFS as the start of the list of FS types for MB...
details: https://anonhg.NetBSD.org/src/rev/63e85b12ce30
branches: trunk
changeset: 574275:63e85b12ce30
user: dsl <dsl%NetBSD.org@localhost>
date: Sat Feb 26 13:05:08 2005 +0000
description:
Put NTFS as the start of the list of FS types for MBR_PTYPE_NTFS.
diffstat:
sys/sys/bootblock.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 76d99f060ca0 -r 63e85b12ce30 sys/sys/bootblock.h
--- a/sys/sys/bootblock.h Sat Feb 26 12:51:16 2005 +0000
+++ b/sys/sys/bootblock.h Sat Feb 26 13:05:08 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootblock.h,v 1.35 2004/11/26 21:51:50 he Exp $ */
+/* $NetBSD: bootblock.h,v 1.36 2005/02/26 13:05:08 dsl Exp $ */
/*-
* Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
@@ -408,7 +408,7 @@
{ MBR_PTYPE_FAT16S, "Primary DOS with 16 bit FAT <32M" },
{ MBR_PTYPE_EXT, "Extended partition" },
{ MBR_PTYPE_FAT16B, "Primary 'big' DOS, 16-bit FAT (> 32MB)" },
- { MBR_PTYPE_NTFS, "OS/2 HPFS or NTFS or QNX2 or Advanced UNIX" },
+ { MBR_PTYPE_NTFS, "NTFS, OS/2 HPFS, QNX2 or Advanced UNIX" },
{ MBR_PTYPE_DELL, "AIX filesystem or OS/2 (thru v1.3) or DELL "
"multiple drives or Commodore DOS or SplitDrive" },
{ MBR_PTYPE_AIX_BOOT, "AIX boot partition or Coherent" },
Home |
Main Index |
Thread Index |
Old Index