Remove an evil conditional nested include of <sys/systm.h>

This commit is contained in:
Poul-Henning Kamp 2000-10-30 20:37:45 +00:00
parent ef10cd6a64
commit 7e17175887

View File

@ -146,7 +146,6 @@ extern struct ktr_entry ktr_buf[];
#endif
#endif
#ifndef _TR
#include <sys/systm.h>
#define _TR() \
struct ktr_entry *_ktrptr; \
int _ktr_newidx, _ktr_saveidx; \