diff options
-rw-r--r-- | sys/boot/common/ufsread.c | 2 |
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; |