Skip to content

Commit

Permalink
Part freebsd#2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: han…
Browse files Browse the repository at this point in the history
…dle the

tools in usr.sbin/fd*.
  • Loading branch information
joerg authored and joerg committed Jun 6, 2001
1 parent 4d382de commit 57715b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion usr.sbin/fdcontrol/fdcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ static const char rcsid[] =
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <machine/ioctl_fd.h>
#include <sys/file.h>
#include <sys/fdcio.h>

int
getnumber(void)
Expand Down
2 changes: 1 addition & 1 deletion usr.sbin/fdformat/fdformat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions usr.sbin/fdread/fdread.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@

#include <sys/types.h>
#include <sys/stat.h>

#include <machine/ioctl_fd.h>
#include <sys/fdcio.h>

#include <err.h>
#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion usr.sbin/fdwrite/fdwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 57715b5

Please sign in to comment.