summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-19 11:51:35 +0000
committerphk <phk@FreeBSD.org>2003-01-19 11:51:35 +0000
commitc06f3945f48cf4f2f97d720fb044c635c56135aa (patch)
tree19e1a62349458770420dbd9113285af2ca373490 /sys/pc98
parent3a76134130d1fe88312fdbb6af1dc320577e3155 (diff)
downloadFreeBSD-src-c06f3945f48cf4f2f97d720fb044c635c56135aa.zip
FreeBSD-src-c06f3945f48cf4f2f97d720fb044c635c56135aa.tar.gz
#ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an
option the files can be removed.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/diskslice_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/pc98/diskslice_machdep.c b/sys/pc98/pc98/diskslice_machdep.c
index 7e8a299..af8f206 100644
--- a/sys/pc98/pc98/diskslice_machdep.c
+++ b/sys/pc98/pc98/diskslice_machdep.c
@@ -1,3 +1,4 @@
+#ifdef NO_GEOM
/*-
* Copyright (c) 1994 Bruce D. Evans.
* All rights reserved.
@@ -400,3 +401,4 @@ mbr_setslice(sname, lp, sp, dp, br_offset)
#endif
return (0);
}
+#endif
OpenPOWER on IntegriCloud