mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
e35e7abac0
commit
dd200e5643
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue