diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-07 08:09:20 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-10-07 08:09:20 +0000 |
| commit | 5765b4ef72e0d68b1b98edadfc61ec988a81da89 (patch) | |
| tree | 91d7936bab0915304fd5edf36aa7ec49ec94ec2f /sys/boot/common | |
| parent | fcc57bdac416eca694c6193886a2952e8092b89c (diff) | |
Notes
Diffstat (limited to 'sys/boot/common')
| -rw-r--r-- | sys/boot/common/ufsread.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index 3949deb5e425..802e0352e27e 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -122,9 +122,6 @@ lookup(const char *path) return dt == DT_REG ? ino : 0; } -#ifndef __sparc64__ -#define UFS1_ONLY -#endif #ifdef UFS1_ONLY static ssize_t |
