From a3820c3a3c372fc54a47d397e19db700023b5b06 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 29 May 2002 08:34:35 +0000 Subject: 2002-05-29 Roland McGrath * ethernet.c (setup_ethernet_device): u_int -> size_t --- pfinet/ethernet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pfinet/ethernet.c') diff --git a/pfinet/ethernet.c b/pfinet/ethernet.c index f6e50a2c..1ae6e67d 100644 --- a/pfinet/ethernet.c +++ b/pfinet/ethernet.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995,96,98,99,2000 Free Software Foundation, Inc. + Copyright (C) 1995,96,98,99,2000,02 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -196,7 +196,7 @@ void setup_ethernet_device (char *name, struct device **device) { struct net_status netstat; - u_int count; + size_t count; int net_address[2]; error_t err; struct ether_device *edev; -- cgit v1.2.3