Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created July 1, 2013 22:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjfontaine/5905120 to your computer and use it in GitHub Desktop.
Save tjfontaine/5905120 to your computer and use it in GitHub Desktop.
src/unix/stream.c: In function 'uv__write':
src/unix/stream.c:759:8: error: 'struct msghdr' has no member named 'msg_flags'
src/unix/stream.c:761:8: error: 'struct msghdr' has no member named 'msg_control'
src/unix/stream.c:762:8: error: 'struct msghdr' has no member named 'msg_controllen'
src/unix/stream.c:764:10: warning: assignment makes pointer from integer without a cast [enabled by default]
src/unix/stream.c:767:25: error: 'struct msghdr' has no member named 'msg_controllen'
src/unix/stream.c:771:18: warning: initialization makes pointer from integer without a cast [enabled by default]
src/unix/stream.c: In function 'uv__read':
src/unix/stream.c:987:10: error: 'struct msghdr' has no member named 'msg_flags'
src/unix/stream.c:993:10: error: 'struct msghdr' has no member named 'msg_controllen'
src/unix/stream.c:994:10: error: 'struct msghdr' has no member named 'msg_control'
src/unix/stream.c:1038:19: warning: assignment makes pointer from integer without a cast [enabled by default]
src/unix/stream.c:1039:17: error: 'struct msghdr' has no member named 'msg_controllen'
src/unix/stream.c:1040:19: warning: assignment makes pointer from integer without a cast [enabled by default]
src/unix/stream.c:1049:26: warning: initialization makes pointer from integer without a cast [enabled by default]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment