From 3346279530bc82ada4f70172db34ce0ddbb269bf Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 25 Sep 1994 18:44:26 +0000 Subject: Transfer speed definitions are now also found in . Remove the old include file, since it used to be in a non-public place. --- usr.sbin/fdformat/Makefile | 2 +- usr.sbin/fdformat/fdformat.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/fdformat') diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 5325b6a..e489ebc 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${DESTDIR}/sys +CFLAGS+= -Wall .include diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index c8844db..b43af82 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -47,7 +47,6 @@ #include #include -#include /* XXX should be in dir */ static void format_track(int fd, int cyl, int secs, int head, int rate, -- cgit v1.1