summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-02-15 21:01:13 +0000
committerdim <dim@FreeBSD.org>2011-02-15 21:01:13 +0000
commitf7f678849a370a5bbd0828274cf72547731d9a65 (patch)
treee6431ddef5103717e76739eeec52633c847fe54b /sys/boot/common
parentf94cf905fb258e0de23e22179042ea6c7ab028a7 (diff)
downloadFreeBSD-src-f7f678849a370a5bbd0828274cf72547731d9a65.zip
FreeBSD-src-f7f678849a370a5bbd0828274cf72547731d9a65.tar.gz
In sys/boot/common/ufsread.c, use uint8_t instead of u_int8_t.
Submitted by: mdf
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/ufsread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c
index 68fdec9..06539fe 100644
--- a/sys/boot/common/ufsread.c
+++ b/sys/boot/common/ufsread.c
@@ -122,7 +122,7 @@ lookup(const char *path)
const char *s;
ino_t ino;
ssize_t n;
- u_int8_t dt;
+ uint8_t dt;
ino = ROOTINO;
dt = DT_DIR;
OpenPOWER on IntegriCloud