diff options
Diffstat (limited to 'sys/kern/subr_disklabel.c')
-rw-r--r-- | sys/kern/subr_disklabel.c | 2 |
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 |