diff options
Diffstat (limited to 'sys/boot/common/ufsread.c')
-rw-r--r-- | sys/boot/common/ufsread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index 3949deb..802e035 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -122,9 +122,6 @@ lookup(const char *path) return dt == DT_REG ? ino : 0; } -#ifndef __sparc64__ -#define UFS1_ONLY -#endif #ifdef UFS1_ONLY static ssize_t |