From 5542cb970918d7fe947df795c767349054d9c591 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 16 Oct 1997 02:58:31 +0000 Subject: [PATCH] Include sysctl.h *once*, after vm.h. --- sys/arch/i386/i386/machdep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/arch/i386/i386/machdep.c b/sys/arch/i386/i386/machdep.c index e59e891ec626..4ca1add8531f 100644 --- a/sys/arch/i386/i386/machdep.c +++ b/sys/arch/i386/i386/machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: machdep.c,v 1.260 1997/10/16 01:10:52 thorpej Exp $ */ +/* $NetBSD: machdep.c,v 1.261 1997/10/16 02:58:31 mycroft Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. @@ -97,7 +97,6 @@ #include #include #include -#include #include #ifdef SYSVMSG #include