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 2002-06-21 22:33:56 +00:00
parent 1bbba0d1b8
commit 6e6ef32477

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