Commit f51fd85
committed
Auto merge of #2610 - rtzoeller:dfly_cmsg_align, r=Amanieu
Fix _CMSG_ALIGN on DragonFly
Based on the following DragonFly source:
- https://github.com/DragonFlyBSD/DragonFlyBSD/blob/f6a040333742c20fd088944a507721fda481fe08/sys/sys/socket.h#L480
- https://github.com/DragonFlyBSD/DragonFlyBSD/blob/f6a040333742c20fd088944a507721fda481fe08/sys/cpu/x86_64/include/alignbytes.h#L35
This fixes nix's failing scm tests on DragonFly.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1348 | 1348 | | |
1349 | 1349 | | |
1350 | 1350 | | |
1351 | | - | |
| 1351 | + | |
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
| |||
0 commit comments