Skip to content

Commit

Permalink
Fix SCTP on High Sierra.
Browse files Browse the repository at this point in the history
  • Loading branch information
tuexen committed Jan 26, 2018
1 parent 9ad28a2 commit 094f2de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions netinet/sctp_structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ struct sctp_net_route {
#endif
#endif
#if defined(__APPLE__)
#if !defined(APPLE_LEOPARD) && !defined(APPLE_SNOWLEOPARD) && !defined(APPLE_LION) && !defined(APPLE_MOUNTAINLION) && !defined(APPLE_ELCAPITAN)
struct llentry *ro_lle;
#endif
#if !defined(APPLE_LEOPARD) && !defined(APPLE_SNOWLEOPARD) && !defined(APPLE_LION) && !defined(APPLE_MOUNTAINLION)
struct ifaddr *ro_srcia;
#endif
Expand Down

0 comments on commit 094f2de

Please sign in to comment.