Commit e79986b
committed
Revert "additional cleanup"
This reverts commit 63beb57.
ntohl(3) requires <arpa/inet.h> which got removed from the !WIN32 block.
Found through #7181 failing CI
after only applying msgpack-python's patches:
https://github.com/borgbackup/borg/actions/runs/3605243326/jobs/6080079422#step:8:51
```
src/borg/algorithms/msgpack/sysdep.h:90:28: error: ‘ntohs’ was not declared in this scope
90 | # define _msgpack_be16(x) ntohs(x)
| ^~~~~
```1 parent 63beb57 commit e79986b
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| |||
0 commit comments