diff options
| author | drochner <drochner@NetBSD.org> | 1998-04-15 21:12:45 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 1998-04-15 21:12:45 +0000 |
| commit | b9d78308c1f0eb7baa6983248e1140833935c8f2 (patch) | |
| tree | 1c1ac60401245789c1d8b66ce8e311d5ebacc88f /sys | |
| parent | 534775fe768542169c0e3dcb664acf1c0c8bee37 (diff) | |
tell drivers that this port knows about the mi wscons stuff
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/alpha/include/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/types.h b/sys/arch/alpha/include/types.h index 45536d2db38..2b18983ac8b 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_ */ |
