Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun3/include no need to define __BROKEN_CONFIG_UNIT...



details:   https://anonhg.NetBSD.org/src/rev/77a724ca7e04
branches:  trunk
changeset: 782318:77a724ca7e04
user:      chs <chs%NetBSD.org@localhost>
date:      Sun Oct 28 00:25:59 2012 +0000

description:
no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
has been gone for years.

diffstat:

 sys/arch/sun3/include/types.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 942b95bf79ef -r 77a724ca7e04 sys/arch/sun3/include/types.h
--- a/sys/arch/sun3/include/types.h     Sat Oct 27 22:38:07 2012 +0000
+++ b/sys/arch/sun3/include/types.h     Sun Oct 28 00:25:59 2012 +0000
@@ -1,8 +1,7 @@
-/*     $NetBSD: types.h,v 1.18 2011/06/12 03:35:48 rmind Exp $ */
+/*     $NetBSD: types.h,v 1.19 2012/10/28 00:25:59 chs Exp $   */
 
 #include <m68k/types.h>
 
-#define        __BROKEN_CONFIG_UNIT_USAGE
 #define        __HAVE_MM_MD_KERNACC
 #define        __HAVE_MM_MD_DIRECT_MAPPED_PHYS
 #define        __HAVE_MM_MD_MMAP



Home | Main Index | Thread Index | Old Index