From b9d78308c1f0eb7baa6983248e1140833935c8f2 Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 15 Apr 1998 21:12:45 +0000 Subject: [PATCH] tell drivers that this port knows about the mi wscons stuff --- sys/arch/alpha/include/types.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/alpha/include/types.h b/sys/arch/alpha/include/types.h index 45536d2db387..2b18983ac8b9 100644 --- a/sys/arch/alpha/include/types.h +++ b/sys/arch/alpha/include/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.8 1997/04/06 08:47:45 cgd Exp $ */ +/* $NetBSD: types.h,v 1.9 1998/04/15 21:12:45 drochner Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -69,4 +69,6 @@ typedef unsigned long u_int64_t; typedef int64_t register_t; +#define __HAVE_NWSCONS + #endif /* _MACHTYPES_H_ */