mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 02:00:31 -04:00
#ifdef NO_GEOM these files entirely. When NO_GEOM is removed as an
option the files can be removed.
This commit is contained in:
parent
f712aa0861
commit
8a5c54f72d
3 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#ifdef NO_GEOM
|
||||
/*-
|
||||
* Copyright (c) 1994 Bruce D. Evans.
|
||||
* All rights reserved.
|
||||
|
|
@ -525,3 +526,4 @@ mbr_setslice(sname, lp, sp, dp, br_offset)
|
|||
#endif
|
||||
return (0);
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#ifdef NO_GEOM
|
||||
/*-
|
||||
* Copyright (c) 1994 Bruce D. Evans.
|
||||
* All rights reserved.
|
||||
|
|
@ -936,3 +937,4 @@ set_ds_wlabel(ssp, slice, wlabel)
|
|||
else if (slice == ssp->dss_first_bsd_slice)
|
||||
ssp->dss_slices[COMPATIBILITY_SLICE].ds_wlabel = wlabel;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue