Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat/sys Use the target disklabel_mbr.h, since it ju...
details: https://anonhg.NetBSD.org/src/rev/c8099b29dd0a
branches: trunk
changeset: 526825:c8099b29dd0a
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sun May 12 12:30:10 2002 +0000
description:
Use the target disklabel_mbr.h, since it just describes data structures for
use on the target. This gets prep-mkbootimage to compile under Linux.
diffstat:
tools/compat/sys/disklabel_mbr.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diffs (7 lines):
diff -r 6af6f6725e13 -r c8099b29dd0a tools/compat/sys/disklabel_mbr.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/compat/sys/disklabel_mbr.h Sun May 12 12:30:10 2002 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: disklabel_mbr.h,v 1.1 2002/05/12 12:30:10 bjh21 Exp $ */
+
+#include "../../../sys/sys/disklabel_mbr.h"
Home |
Main Index |
Thread Index |
Old Index