Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or

ufs2 filesystems seems to work fine.
This commit is contained in:
Jake Burkholder 2002-06-21 22:33:56 +00:00
parent e35e7abac0
commit dd200e5643

View file

@ -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