diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:32:42 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:32:42 +0000 |
| commit | 3157adc8af2da5594342d9b271100e5d952e9547 (patch) | |
| tree | b57f3e3a78bf739af4522d98d12427c7d83345ae /sys/dev/fdc | |
| parent | 0d12126b3b08385682115f1211cf9bfe3ddaffd5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/fdc')
| -rw-r--r-- | sys/dev/fdc/fdc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index 91e6066e69c7..7144602f9ff7 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -43,7 +43,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $Id: fd.c,v 1.84 1996/04/02 04:51:04 scrappy Exp $ + * $Id: fd.c,v 1.85 1996/04/07 14:46:42 bde Exp $ * */ @@ -65,7 +65,6 @@ #include <machine/ioctl_fd.h> #include <sys/disklabel.h> #include <sys/diskslice.h> -#include <machine/cpu.h> #include <sys/buf.h> #include <sys/uio.h> #include <sys/malloc.h> |
