Commit 28009ec
Fix some CMake definitions on OpenBSD (#125294)
* Need `sys/types.h` for `HAVE_STATFS_FSTYPENAME`. See
https://man.openbsd.org/statfs (missed a couple of places in #124992).
* Need `sys/types.h` for `HAVE_MNTINFO`. See:
https://man.openbsd.org/getmntinfo
* Need `sys/types.h` and `sys/socket.h` for `HAVE_GETPEEREID`. See:
https://man.openbsd.org/getpeereid
Contributes to #124911.
Co-authored-by: Jan Kotas <jkotas@microsoft.com>1 parent e429373 commit 28009ec
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
| 633 | + | |
634 | 634 | | |
635 | 635 | | |
636 | 636 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
977 | | - | |
| 977 | + | |
978 | 978 | | |
979 | 979 | | |
980 | 980 | | |
| |||
0 commit comments