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

Fixed a typo that is breaking builds downstream #684

Closed

Conversation

fleetwoodstack
Copy link

@fleetwoodstack fleetwoodstack commented Jul 31, 2023

This erroneous 's' is causing build errors downstream when we reference this as one of our dependencies. I've removed it.

The build error was this:

#19 5.107 In file included from user_environment.c:39:
#19 5.107 ./netinet/sctp_os_userspace.h:971:2: error: expected ';' before 'struct'
#19 5.107   971 | s/* clear the socket buffer state */
#19 5.107       |  ^
#19 5.107       |  ;
#19 5.107 ......
#19 5.107  1009 | struct sockaddr_conn {
#19 5.107       | ~~~~~~

@garbear
Copy link

garbear commented Aug 6, 2023

Seems this was fixed upstream: 8fef502

Compilation now works for me on win32/64/32UWP/64UWP/armUWP. I suggest this PR be closed.

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.

None yet

2 participants