From dd200e5643103e30fa9bf2bfcac82eae061ac779 Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Fri, 21 Jun 2002 22:33:56 +0000 Subject: [PATCH] Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or ufs2 filesystems seems to work fine. --- sys/boot/common/ufsread.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index b0a1547c301..3949deb5e42 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -122,7 +122,9 @@ lookup(const char *path) return dt == DT_REG ? ino : 0; } +#ifndef __sparc64__ #define UFS1_ONLY +#endif #ifdef UFS1_ONLY static ssize_t