Remove redundant inclusion of <sys/cdefs.h>.
In my previous commit I should have moved the inclusion to the top, instead of adding a second one.
This commit is contained in:
parent
d502d4503a
commit
0b918ea7a9
@ -70,8 +70,6 @@ struct i386_ioperm_args {
|
||||
};
|
||||
|
||||
#ifndef _KERNEL
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
int amd64_get_fsbase(void **);
|
||||
int amd64_get_gsbase(void **);
|
||||
|
Loading…
Reference in New Issue
Block a user