diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-09-17 17:55:03 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-09-17 17:55:03 +0000 |
| commit | f38ec702f99b939d162a2d9e5a65e5af90b26da7 (patch) | |
| tree | 0a32d99c33f326ca57eaa955505544076dc41523 /usr.sbin/fdformat/fdformat.c | |
| parent | d4f61326ba5dc7176239a7ebc5ac1849628f8a94 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/fdformat/fdformat.c')
| -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 6ab7d94ff96fa..c8844db7f413b 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -47,7 +47,7 @@ #include <errno.h> #include <machine/ioctl_fd.h> -#include <../i386/isa/fdreg.h> /* XXX should be in <machine> dir */ +#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, |
