Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update if_wg.h #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vasyahacker
Copy link

fixed this build error:

uapi/openbsd/net/if_wg.h:93:23: error: flexible array member 'i_peers' with type 'struct wg_peer_io[]' is not at the end of struct
    struct wg_peer_io   i_peers[];
                        ^
uapi/openbsd/net/if_wg.h:94:17: note: next field declaration is here
    uint16_t                    i_junk_packet_count;

fix for *bsd

Signed-off-by: vasyahacker <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant