aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fdc
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-03-23 03:37:54 +0000
committerBruce Evans <bde@FreeBSD.org>1997-03-23 03:37:54 +0000
commit3ac4d1ef0cb63052d971dfb2c6ec0cfc0936bdce (patch)
treed5362cd33818510de25aca3387c5ff2e95430292 /sys/dev/fdc
parentc5d593ae63737614194288420e647f53edbf5727 (diff)
Notes
Diffstat (limited to 'sys/dev/fdc')
-rw-r--r--sys/dev/fdc/fdc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index e08c63791088..b18ad710c59d 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$
+ * $Id: fd.c,v 1.97 1997/02/22 09:36:09 peter Exp $
*
*/
@@ -59,7 +59,7 @@
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/conf.h>
-#include <sys/file.h>
+#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <machine/clock.h>
#include <machine/ioctl_fd.h>