Trying to unbreak arm.LINT by properly putting the conditional include
for dtrace further down in the include list where it belongs. Reviewed by: andrew
This commit is contained in:
parent
242a394657
commit
8d87c98801
@ -78,10 +78,6 @@
|
||||
* Created : 28/11/94
|
||||
*/
|
||||
|
||||
#ifdef KDTRACE_HOOKS
|
||||
#include <sys/dtrace_bsd.h>
|
||||
#endif
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
@ -109,6 +105,10 @@ __FBSDID("$FreeBSD$");
|
||||
#include <sys/kdb.h>
|
||||
#endif
|
||||
|
||||
#ifdef KDTRACE_HOOKS
|
||||
#include <sys/dtrace_bsd.h>
|
||||
#endif
|
||||
|
||||
extern char fusubailout[];
|
||||
|
||||
#ifdef DEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user