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

This commit is contained in:
phk 2000-10-30 20:37:45 +00:00
parent cbbd2b08c2
commit 47715a6eb1

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; \