1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00: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:
Jake Burkholder 2002-06-21 22:33:56 +00:00
parent e35e7abac0
commit dd200e5643
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98593

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