diff --git a/stand/libsa/stand.h b/stand/libsa/stand.h index 02b1905996ac..335c63e172b5 100644 --- a/stand/libsa/stand.h +++ b/stand/libsa/stand.h @@ -72,10 +72,7 @@ #define CHK(fmt, args...) printf("%s(%d): " fmt "\n", __func__, __LINE__ , ##args) #define PCHK(fmt, args...) {printf("%s(%d): " fmt "\n", __func__, __LINE__ , ##args); getchar();} -/* Avoid unwanted userlandish components */ -#define _KERNEL #include -#undef _KERNEL /* special stand error codes */ #define EADAPT (ELAST+1) /* bad adaptor */