aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-07-15 09:59:31 +0000
committerBruce Evans <bde@FreeBSD.org>1998-07-15 09:59:31 +0000
commit29d6b96d690ea282b7a7f1c5c1a157fcc09ed07b (patch)
tree69f189b381f36288b3561d036226f6a16b76da09 /sys/dev
parentea878c61f1e92418d028147adf5a95b352548e0b (diff)
Notes
Diffstat (limited to 'sys/dev')
-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 c26370bf8594b..9cebca51a8f22 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -44,7 +44,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.116 1998/07/11 06:35:37 bde Exp $
+ * $Id: fd.c,v 1.117 1998/07/13 08:22:59 julian Exp $
*
*/
@@ -217,7 +217,7 @@ int ftopen(dev_t, int);
int ftintr(ftu_t ftu);
int ftclose(dev_t, int);
void ftstrategy(struct buf *);
-int ftioctl(dev_t, int, caddr_t, int, struct proc *);
+int ftioctl(dev_t, unsigned long, caddr_t, int, struct proc *);
int ftdump(dev_t);
int ftsize(dev_t);
int ftattach(struct isa_device *, struct isa_device *, int);