From f98ca504812d4abaa31fafa49912d497dcf12238 Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 4 Jun 2001 21:16:28 +0000 Subject: Now that we've got the ne765.h file installed under , 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. --- usr.sbin/fdread/fdread.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/fdread/fdread.c b/usr.sbin/fdread/fdread.c index bb75841..6f0795b 100644 --- a/usr.sbin/fdread/fdread.c +++ b/usr.sbin/fdread/fdread.c @@ -41,8 +41,7 @@ #include #include -/* XXX -- header file should probably be installed somewhere */ -#include "/sys/isa/ic/nec765.h" +#include int quiet, recover; unsigned char fillbyte = 0xf0; /* "foo" */ -- cgit v1.1