-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add struct sockaddr_dl
for bsdlike platforms
#866
Conversation
Thanks! Looks like the FreeBSD CI builder is failing though? |
@LuoZijun You probably need to add the |
☔ The latest upstream changes (presumably #867) made this pull request unmergeable. Please resolve the merge conflicts. |
@Susurrus okay. |
@alexcrichton ping ... |
I think the current styling is to have commas after every field in a struct. |
sockaddr_dl
for macos and freebsdsockaddr_dl
for bsdlike platforms
@Susurrus okay, it's done. |
@alexcrichton all green. |
@alexcrichton ping ... |
@bors: r+ Thanks! |
📌 Commit 64246e0 has been approved by |
Add struct `sockaddr_dl` for bsdlike platforms Freebsd: https://github.com/freebsd/freebsd/blob/master/sys/net/if_dl.h#L59 Macos: https://github.com/apple/darwin-xnu/blob/master/bsd/net/if_dl.h#L95
☀️ Test successful - status-appveyor, status-travis |
Freebsd: https://github.com/freebsd/freebsd/blob/master/sys/net/if_dl.h#L59
Macos: https://github.com/apple/darwin-xnu/blob/master/bsd/net/if_dl.h#L95