Now that we've got the ne765.h file installed under <dev/ic/>, use it

here instead of the old "/sys/isa/ic/..." hack.  This should fix
building the world for machines that don't have a /sys symlink,
finally.
This commit is contained in:
Joerg Wunsch 2001-06-04 21:16:28 +00:00
parent 4dd07260ca
commit ba44060da7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77729

View File

@ -41,8 +41,7 @@
#include <sysexits.h>
#include <unistd.h>
/* XXX -- header file should probably be installed somewhere */
#include "/sys/isa/ic/nec765.h"
#include <dev/ic/nec765.h>
int quiet, recover;
unsigned char fillbyte = 0xf0; /* "foo" */