diff options
author | joerg <joerg@FreeBSD.org> | 2001-06-06 06:15:03 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-06-06 06:15:03 +0000 |
commit | 4d382deb8b1dd4716d266e77a9889da76620696f (patch) | |
tree | 38f0242b57a7fd26e8fdbf9e5eaa7f359cb3a359 /sys/dev/fdc | |
parent | f16ee523808e5e555dd927761a96a390ca36ca47 (diff) | |
download | FreeBSD-src-4d382deb8b1dd4716d266e77a9889da76620696f.zip FreeBSD-src-4d382deb8b1dd4716d266e77a9889da76620696f.tar.gz |
Nuke the various poorly maintained copies of ioctl_fd.h. The file is
not machine-dependant, thus it has been moved out (repo-copied) into
<sys/fdcio.h>.
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r-- | sys/dev/fdc/fdc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index a0155b7..cd8d72e 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -58,6 +58,7 @@ #include <sys/devicestat.h> #include <sys/disklabel.h> #include <sys/fcntl.h> +#include <sys/fdcio.h> #include <sys/kernel.h> #include <sys/lock.h> #include <sys/malloc.h> @@ -71,7 +72,6 @@ #include <sys/rman.h> #include <machine/clock.h> -#include <machine/ioctl_fd.h> #include <machine/resource.h> #include <machine/stdarg.h> |