From 8b149b513139803ca0fce264d653c45dfbc557d2 Mon Sep 17 00:00:00 2001 From: John Baldwin 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/rc/rc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/rc') diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index aafb3fda68f3..6817d02ce6da 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -1012,7 +1012,7 @@ rc_hardclose(struct rc_chans *rc) /* Reset the bastard */ static void -rc_hwreset(struct rc_softc *sc, uint chipid) +rc_hwreset(struct rc_softc *sc, u_int chipid) { CCRCMD(sc, -1, CCR_HWRESET); /* Hardware reset */ DELAY(20000); -- cgit v1.3