summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-07 08:09:20 +0000
committerphk <phk@FreeBSD.org>2002-10-07 08:09:20 +0000
commitc91ffdd939399cd253ce7fe0e51bdf04828dc0db (patch)
tree91d7936bab0915304fd5edf36aa7ec49ec94ec2f /sys/boot/common
parente0eaaedba9a58f30748a9243261bcb08b5aae5b1 (diff)
downloadFreeBSD-src-c91ffdd939399cd253ce7fe0e51bdf04828dc0db.zip
FreeBSD-src-c91ffdd939399cd253ce7fe0e51bdf04828dc0db.tar.gz
Move the definition of UFS1_ONLY into the Makefiles where it belongs.
Sponsored by: DARPA & NAI Labs.
Diffstat (limited to 'sys/boot/common')
-rw-r--r--sys/boot/common/ufsread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c
index 3949deb..802e035 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
OpenPOWER on IntegriCloud