Enable UFS1_AND_UFS2 support for sparc64 by default. Booting from ufs1 or
ufs2 filesystems seems to work fine.
This commit is contained in:
parent
1bbba0d1b8
commit
6e6ef32477
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user