aboutsummaryrefslogtreecommitdiff
path: root/pfinet/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/ethernet.c')
-rw-r--r--pfinet/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c
index ad21917e..65ec1e21 100644
--- a/pfinet/ethernet.c
+++ b/pfinet/ethernet.c
@@ -324,7 +324,7 @@ void
setup_ethernet_device (char *name, struct device **device)
{
struct net_status netstat;
- size_t count;
+ mach_msg_type_number_t count;
int net_address[2];
error_t err;
struct ether_device *edev;