From: mickey Date: Thu, 18 Apr 1996 10:57:19 +0000 (+0000) Subject: Fixed according to the latest i386 changes. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2c98da788daacee8dc2c56501fde28c48f6f0ff6;p=openbsd Fixed according to the latest i386 changes. --- diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index ad62eebd330..4b505cf44b2 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,5 +1,5 @@ /* $NetBSD: vmstat.c,v 1.27 1995/10/10 01:17:35 cgd Exp $ */ -/* $OpenBSD: vmstat.c,v 1.6 1996/03/03 02:51:24 tholo Exp $ */ +/* $OpenBSD: vmstat.c,v 1.7 1996/04/18 10:57:19 mickey Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 @@ -146,7 +146,7 @@ struct nlist namelist[] = { #define X_INTRHAND (X_END) { "_intrhand" }, #define X_INTRSTRAY (X_END+1) - { "_intrstray" }, + { "_isa_strayintr" }, #endif { "" }, }; @@ -725,7 +725,7 @@ dointr() #elif defined(i386) /* To get struct intrhand */ #define _KERNEL -#include +#include #undef _KERNEL void dointr()