Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include Fix comment. arm ports which don't expl...
details: https://anonhg.NetBSD.org/src/rev/b574eeb1ee33
branches: trunk
changeset: 786977:b574eeb1ee33
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon May 27 07:37:20 2013 +0000
description:
Fix comment. arm ports which don't explicitly set LABELUSESMBR use MBR
partitioning.
diffstat:
sys/arch/arm/include/disklabel.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8be1064c9bd3 -r b574eeb1ee33 sys/arch/arm/include/disklabel.h
--- a/sys/arch/arm/include/disklabel.h Sun May 26 21:26:17 2013 +0000
+++ b/sys/arch/arm/include/disklabel.h Mon May 27 07:37:20 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.11 2013/05/07 20:42:45 matt Exp $ */
+/* $NetBSD: disklabel.h,v 1.12 2013/05/27 07:37:20 msaitoh Exp $ */
/*
* Copyright (c) 1994 Mark Brinicombe.
@@ -47,7 +47,7 @@
#define _ARM_DISKLABEL_H_
#ifndef LABELUSESMBR
-#define LABELUSESMBR 1 /* no MBR partitionning */
+#define LABELUSESMBR 1 /* use MBR partitionning */
#endif
#define LABELSECTOR 1 /* sector containing label */
#define LABELOFFSET 0 /* offset of label in sector */
Home |
Main Index |
Thread Index |
Old Index