diff options
author | joerg <joerg@FreeBSD.org> | 2001-06-06 06:16:19 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-06-06 06:16:19 +0000 |
commit | 57715b596bf3feab8184511b5f6b67760a98e7a8 (patch) | |
tree | 7392eb87175ffbf9e79f1436978997554033b0d3 /usr.sbin/fdwrite | |
parent | 4d382deb8b1dd4716d266e77a9889da76620696f (diff) | |
download | FreeBSD-src-57715b596bf3feab8184511b5f6b67760a98e7a8.zip FreeBSD-src-57715b596bf3feab8184511b5f6b67760a98e7a8.tar.gz |
Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle the
tools in usr.sbin/fd*.
Diffstat (limited to 'usr.sbin/fdwrite')
-rw-r--r-- | usr.sbin/fdwrite/fdwrite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdwrite/fdwrite.c b/usr.sbin/fdwrite/fdwrite.c index 00279c5..0a40ada 100644 --- a/usr.sbin/fdwrite/fdwrite.c +++ b/usr.sbin/fdwrite/fdwrite.c @@ -19,7 +19,7 @@ #include <strings.h> #include <unistd.h> -#include <machine/ioctl_fd.h> +#include <sys/fdcio.h> int format_track(int fd, int cyl, int secs, int head, int rate, |