Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sh3/include name it like other ports do
details: https://anonhg.NetBSD.org/src/rev/7f06b1ff7150
branches: trunk
changeset: 786863:7f06b1ff7150
user: christos <christos%NetBSD.org@localhost>
date: Thu May 16 18:47:38 2013 +0000
description:
name it like other ports do
diffstat:
sys/arch/sh3/include/disklabel.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3522de904548 -r 7f06b1ff7150 sys/arch/sh3/include/disklabel.h
--- a/sys/arch/sh3/include/disklabel.h Thu May 16 18:43:09 2013 +0000
+++ b/sys/arch/sh3/include/disklabel.h Thu May 16 18:47:38 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.8 2009/11/23 13:40:11 pooka Exp $ */
+/* $NetBSD: disklabel.h,v 1.9 2013/05/16 18:47:38 christos Exp $ */
/*
* Copyright (c) 1994 Christopher G. Demetriou
@@ -52,7 +52,7 @@
#include <sys/dkbad.h>
#endif /* HAVE_NBTOOL_CONFIG_H */
struct cpu_disklabel {
- struct mbr_partition dosparts[MBR_PART_COUNT];
+ struct mbr_partition mbrparts[MBR_PART_COUNT];
#define __HAVE_DISKLABEL_DKBAD
struct dkbad bad;
};
Home |
Main Index |
Thread Index |
Old Index