Transfer speed definitions are now also found in <machine/ioctl_fd.h>.

Remove the old include file, since it used to be in a non-public place.
This commit is contained in:
Joerg Wunsch 1994-09-25 18:44:26 +00:00
parent c7a64a0369
commit 9a89db44b8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3097
2 changed files with 1 additions and 2 deletions

View file

@ -4,6 +4,6 @@ PROG = fdformat
# the -I's seem to be confusing, but necessery this way
# (so the right <unistd.h> 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 <bsd.prog.mk>

View file

@ -47,7 +47,6 @@
#include <errno.h>
#include <machine/ioctl_fd.h>
#include <i386/isa/fdreg.h> /* XXX should be in <machine> dir */
static void
format_track(int fd, int cyl, int secs, int head, int rate,