diff options
| author | uwe <uwe@NetBSD.org> | 2006-01-13 22:18:59 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2006-01-13 22:18:59 +0000 |
| commit | fb7bfe44d724ef7500cf6254f99c4c5a58fa9ebf (patch) | |
| tree | f8d3add1f78d7914e2bae471d7bf9e4204061cbe | |
| parent | f34d9a1d48a8a8efde5840c14f2bf2c5ed3a7b20 (diff) | |
#include "opt_md.h" as this file uses MEMORY_DISK_* options.
| -rw-r--r-- | sys/arch/hpcsh/hpcsh/autoconf.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/hpcsh/hpcsh/autoconf.c b/sys/arch/hpcsh/hpcsh/autoconf.c index b7094a36da8..3a77c16b96c 100644 --- a/sys/arch/hpcsh/hpcsh/autoconf.c +++ b/sys/arch/hpcsh/hpcsh/autoconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.c,v 1.16 2005/12/11 12:17:36 christos Exp $ */ +/* $NetBSD: autoconf.c,v 1.17 2006/01/13 22:18:59 uwe Exp $ */ /* * Copyright (c) 1992, 1993 @@ -77,7 +77,9 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.16 2005/12/11 12:17:36 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.17 2006/01/13 22:18:59 uwe Exp $"); + +#include "opt_md.h" #include <sys/param.h> #include <sys/systm.h> |
