Subject: Re: today's sup - GENERIC kernel build failed
To: None <current-users@netbsd.org>
From: Minoru Oikawa <mino@bb.imagica.co.jp>
List: current-users
Date: 06/21/1999 04:43:32
> Date: Sun, 20 Jun 1999 17:09:29 +0000 (GMT)
> From: "bill@psych.uw.edu.pl" <bill@psych.uw.edu.pl>
> Message-ID: <Pine.BSF.4.05.9906201708060.8209-100000@freud.psych.uw.edu.pl>

> ../../../../dev/ic/rrunner.c:1070: `ivop' undeclared (first use in this
> function)
> ../../../../dev/ic/rrunner.c:1243: `ivop' undeclared (first use in this
> function)

 I think it's typo.
 Already fixed in cvs 'Sun Jun 20 16:44:50 UTC 1999'.
 If you can't wait next sup, try next.

cd /sys/dev/ic
mv rrunner.c rrunner.c.orig
sed 's/ ivop/ iovp/' rrunner.c.orig > rrunner.c

--- mino