mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue