diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2002-06-21 22:33:56 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2002-06-21 22:33:56 +0000 |
| commit | dd200e5643103e30fa9bf2bfcac82eae061ac779 (patch) | |
| tree | 454e992e05e29a5b111cfdb53a270b213d05c86d /sys/boot/common | |
| parent | e35e7abac0efa067be3b79d9bfe4affc9a733a87 (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/ufsread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index b0a1547c301c1..3949deb5e4250 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -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 |
