mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 16:10:46 +01:00
Temporarily stop this compiling if the option TEST_LABELLING is defined
so that new slice support code can be installed without risk of corrupting vn devices (if any).
This commit is contained in:
parent
87e4e7246c
commit
59c0a09db6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6502
@ -77,6 +77,7 @@
|
||||
#include <sys/uio.h>
|
||||
#include <sys/disklabel.h> /* YF - needed anyway for disksort() */
|
||||
#ifdef TEST_LABELLING
|
||||
#error "labeling temporarily disabled (slice numbers have changed)"
|
||||
#include <sys/diskslice.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user