mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
linux(4): Drop unncessary struct l_ifconf declaration from amd64/linux
Its needed only for amd64/linux32 Linuxulator. Differential Revision: https://reviews.freebsd.org/D38793
This commit is contained in:
parent
a927409ce8
commit
9e7f03e9c6
1 changed files with 0 additions and 11 deletions
|
|
@ -224,17 +224,6 @@ union l_semun {
|
|||
l_uintptr_t __pad;
|
||||
};
|
||||
|
||||
struct l_ifconf {
|
||||
int ifc_len;
|
||||
union {
|
||||
l_uintptr_t ifcu_buf;
|
||||
l_uintptr_t ifcu_req;
|
||||
} ifc_ifcu;
|
||||
};
|
||||
|
||||
#define ifc_buf ifc_ifcu.ifcu_buf
|
||||
#define ifc_req ifc_ifcu.ifcu_req
|
||||
|
||||
#define LINUX_ARCH_SET_GS 0x1001
|
||||
#define LINUX_ARCH_SET_FS 0x1002
|
||||
#define LINUX_ARCH_GET_FS 0x1003
|
||||
|
|
|
|||
Loading…
Reference in a new issue