diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-06 06:16:19 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-06-06 06:16:19 +0000 |
commit | d137c337aeae921a004038a73002967689919b06 (patch) | |
tree | 52496afbb996f3591ae2d8c960545fd025a33739 /usr.sbin/fdformat | |
parent | e774b2511115cabb3df633cd09027291ae036110 (diff) |
Notes
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r-- | usr.sbin/fdformat/fdformat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index 0424df4aac19..15d48917de3c 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -49,7 +49,7 @@ #include <strings.h> #include <unistd.h> -#include <machine/ioctl_fd.h> +#include <sys/fdcio.h> static void format_track(int fd, int cyl, int secs, int head, int rate, |