Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/usermode/include define __HAVE_OLD_DISKLABEL on i386
details: https://anonhg.NetBSD.org/src/rev/a003aa40a344
branches: trunk
changeset: 772563:a003aa40a344
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Jan 08 18:06:00 2012 +0000
description:
define __HAVE_OLD_DISKLABEL on i386
diffstat:
sys/arch/usermode/include/types.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r c2afca5e1c7c -r a003aa40a344 sys/arch/usermode/include/types.h
--- a/sys/arch/usermode/include/types.h Sun Jan 08 18:05:43 2012 +0000
+++ b/sys/arch/usermode/include/types.h Sun Jan 08 18:06:00 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: types.h,v 1.6 2009/12/11 05:52:04 matt Exp $ */
+/* $NetBSD: types.h,v 1.7 2012/01/08 18:06:00 jmcneill Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -58,4 +58,8 @@
#define __SIMPLELOCK_LOCKED 1
#define __SIMPLELOCK_UNLOCKED 0
+#if defined(__i386__)
+#define __HAVE_OLD_DISKLABEL
+#endif
+
#endif /* !_ARCH_USERMODE_INCLUDE_TYPES_H */
Home |
Main Index |
Thread Index |
Old Index