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:
Bruce Evans 1995-02-16 13:09:39 +00:00
parent 87e4e7246c
commit 59c0a09db6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6502

View File

@ -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