From a81efa33bca8ae99f19421a24255e8598e505ad4 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Thu, 26 Mar 1998 23:42:53 +0000 Subject: [PATCH] tell drivers that this port knows about the new wscons code (and generates the NWSCONS etc include files) --- sys/arch/bebox/include/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/bebox/include/types.h b/sys/arch/bebox/include/types.h index 37371e6dae82..eef3c16fa939 100644 --- a/sys/arch/bebox/include/types.h +++ b/sys/arch/bebox/include/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.3 1998/02/02 05:54:20 sakamoto Exp $ */ +/* $NetBSD: types.h,v 1.4 1998/03/26 23:42:53 sakamoto Exp $ */ /*- * Copyright (C) 1995 Wolfgang Solfrank. @@ -53,6 +53,8 @@ typedef int32_t register_t; typedef unsigned long vm_size_t; typedef unsigned long vm_offset_t; +#define __HAVE_NWSCONS + #if 0 /* This is only to make some unneeded function declaration happy */ #define label_t void