summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/tftpboot/netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/tftpboot/netdev.c')
-rw-r--r--sys/arch/mvme88k/stand/tftpboot/netdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/tftpboot/netdev.c b/sys/arch/mvme88k/stand/tftpboot/netdev.c
index 9c50bd76798..9bb15ec9d5c 100644
--- a/sys/arch/mvme88k/stand/tftpboot/netdev.c
+++ b/sys/arch/mvme88k/stand/tftpboot/netdev.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: netdev.c,v 1.2 2006/05/16 22:52:09 miod Exp $ */
+/* $OpenBSD: netdev.c,v 1.3 2011/03/13 00:13:53 deraadt Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -67,7 +67,7 @@ int
net_strategy(devdata, func, nblk, size, buf, rsize)
void *devdata;
int func;
- daddr_t nblk;
+ daddr32_t nblk;
size_t size;
void *buf;
size_t *rsize;