mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix buildworld breakage.
Submitted by: Maxim Konovalov <maxim@macomnet.ru>
This commit is contained in:
parent
afb7382655
commit
80077d2cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -741,7 +741,7 @@ struct sockaddr_inarp sin_inarp = {
|
|||
};
|
||||
struct sockaddr_dl sin_dl = {
|
||||
sizeof(struct sockaddr_dl), AF_LINK, 0, IFT_ETHER, 0, 6,
|
||||
0, "", 0, {0}
|
||||
0, ""
|
||||
};
|
||||
struct {
|
||||
struct rt_msghdr rthdr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue