From e89814fa69beb8f586ff566223898693a22c2e50 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 16 Oct 1997 01:10:52 +0000 Subject: [PATCH] Adjust for new "com" driver home. --- sys/arch/i386/i386/machdep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index 21baf5806558..e59e891ec626 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.259 1997/10/15 01:20:51 jtk Exp $ */ +/* $NetBSD: machdep.c,v 1.260 1997/10/16 01:10:52 thorpej Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -182,8 +182,8 @@ extern struct proc *npxproc; #include "com.h" #if (NCOM > 0) #include -#include -#include +#include +#include #endif /* the following is used externally (sysctl_hw) */