From f38ec702f99b939d162a2d9e5a65e5af90b26da7 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 17 Sep 1994 17:55:03 +0000 Subject: [PATCH] Fix include path. --- usr.sbin/fdformat/Makefile | 2 +- usr.sbin/fdformat/fdformat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 3ee3b4debee..1a49c289b63 100644 --- a/usr.sbin/fdformat/Makefile +++ b/usr.sbin/fdformat/Makefile @@ -4,6 +4,6 @@ PROG = fdformat # the -I's seem to be confusing, but necessery this way # (so the right will be found in /usr/include, and the # "../i386/isa/ic/nec765.h" included from fdreg.h is accessible, too) -CFLAGS+= -Wall -I/usr/include -I/sys/sys +CFLAGS+= -Wall -I/sys .include diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index 6ab7d94ff96..c8844db7f41 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -47,7 +47,7 @@ #include #include -#include <../i386/isa/fdreg.h> /* XXX should be in dir */ +#include /* XXX should be in dir */ static void format_track(int fd, int cyl, int secs, int head, int rate,