From 37641f86f1a209d796b3679ab72c92f2ace89fb7 Mon Sep 17 00:00:00 2001 From: jhb Date: Thu, 7 Aug 2003 15:04:27 +0000 Subject: Consistently use the BSD u_int and u_short instead of the SYSV uint and ushort. In most of these files, there was a mixture of both styles and this change just makes them self-consistent. Requested by: bde (kern_ktrace.c) --- sys/dev/snc/dp83932.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/snc') diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c index 58966ea..ec56e80 100644 --- a/sys/dev/snc/dp83932.c +++ b/sys/dev/snc/dp83932.c @@ -718,7 +718,7 @@ camdump(sc) wbflush(); for (i = 0; i < 16; i++) { - ushort ap2, ap1, ap0; + u_short ap2, ap1, ap0; NIC_PUT(sc, SNCR_CEP, i); wbflush(); ap2 = NIC_GET(sc, SNCR_CAP2); -- cgit v1.1