From a7dc02ac8aa41269e583b7f124cddf13314f8140 Mon Sep 17 00:00:00 2001 From: scottr Date: Tue, 17 Dec 1996 07:00:12 +0000 Subject: [PATCH] Remove __BROKEN_INDIRECT_CONFIG, since we are no longer broken. --- sys/arch/mac68k/include/types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/arch/mac68k/include/types.h b/sys/arch/mac68k/include/types.h index a29e498b1e20..3a2959fdda7d 100644 --- a/sys/arch/mac68k/include/types.h +++ b/sys/arch/mac68k/include/types.h @@ -1,10 +1,8 @@ -/* $NetBSD: types.h,v 1.9 1996/12/05 00:13:53 cgd Exp $ */ +/* $NetBSD: types.h,v 1.10 1996/12/17 07:00:12 scottr Exp $ */ #ifndef _TYPES_MACHINE_ #define _TYPES_MACHINE_ #include -#define __BROKEN_INDIRECT_CONFIG - #endif /* _TYPES_MACHINE_ */