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/ppbus/ppbconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/ppbus') diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index 96b7b1bf15c9..eb1f64ec68ae 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.h @@ -187,10 +187,10 @@ struct ppb_device { const char *name; /* name of the device */ - ushort mode; /* current mode of the device */ - ushort avm; /* available IEEE1284 modes of + u_short mode; /* current mode of the device */ + u_short avm; /* available IEEE1284 modes of * the device */ - uint flags; /* flags */ + u_int flags; /* flags */ struct ppb_context ctx; /* context of the device */ -- cgit v1.3