summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/stand/tftpboot/netdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mvme88k/stand/tftpboot/netdev.h')
-rw-r--r--sys/arch/mvme88k/stand/tftpboot/netdev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/tftpboot/netdev.h b/sys/arch/mvme88k/stand/tftpboot/netdev.h
index 4d9b1abc797..261f99adc09 100644
--- a/sys/arch/mvme88k/stand/tftpboot/netdev.h
+++ b/sys/arch/mvme88k/stand/tftpboot/netdev.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: netdev.h,v 1.1 2004/01/26 19:48:34 miod Exp $ */
+/* $OpenBSD: netdev.h,v 1.2 2011/03/13 00:13:53 deraadt Exp $ */
int net_open(struct open_file *, ...);
int net_close(struct open_file *);
int net_ioctl(struct open_file *, u_long, void *);
-int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);
+int net_strategy(void *, int, daddr32_t, size_t, void *, size_t *);