Get rid of ifdef for vimage on version 8 comparison. Now the

scrubbing program properly takes care of this.
This commit is contained in:
rrs 2008-10-27 13:54:54 +00:00
parent 41b5d3d96e
commit 6313e0076d

View File

@ -61,9 +61,7 @@ __FBSDID("$FreeBSD$");
#include <sys/random.h>
#include <sys/limits.h>
#include <sys/queue.h>
#if defined(__FreeBSD__) && __FreeBSD_version >= 800044
#include <sys/vimage.h>
#endif
#include <machine/cpu.h>
#include <net/if.h>