Module Name: src
Committed By: christos
Date: Thu May 16 18:47:38 UTC 2013
Modified Files:
src/sys/arch/sh3/include: disklabel.h
Log Message:
name it like other ports do
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sh3/include/disklabel.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sh3/include/disklabel.h
diff -u src/sys/arch/sh3/include/disklabel.h:1.8 src/sys/arch/sh3/include/disklabel.h:1.9
--- src/sys/arch/sh3/include/disklabel.h:1.8 Mon Nov 23 08:40:11 2009
+++ src/sys/arch/sh3/include/disklabel.h Thu May 16 14:47:38 2013
@@ -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;
};