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:
parent
4e6658ed0d
commit
3346279530
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user