summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-01-21 10:40:46 +0000
committerphk <phk@FreeBSD.org>2003-01-21 10:40:46 +0000
commit9b09eee70694c0969506af2974148c9e961d51f7 (patch)
treede67d7dfa495c548af094af5aa8d73a6c3cc380c
parentd83be0915995a8420e749653e3e9935f02c3a74d (diff)
downloadFreeBSD-src-9b09eee70694c0969506af2974148c9e961d51f7.zip
FreeBSD-src-9b09eee70694c0969506af2974148c9e961d51f7.tar.gz
#ifdef NO_GEOM all of this file.
-rw-r--r--sys/kern/subr_disklabel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/subr_disklabel.c b/sys/kern/subr_disklabel.c
index 6f08722..32c0a5f 100644
--- a/sys/kern/subr_disklabel.c
+++ b/sys/kern/subr_disklabel.c
@@ -1,3 +1,4 @@
+#ifdef NO_GEOM
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -297,3 +298,4 @@ alpha_fix_srm_checksum(bp)
p[63] = sum;
}
#endif
+#endif
OpenPOWER on IntegriCloud