forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit89ac57d
Remove configure probe for sys/sockio.h.
On BSD-family systems, header <sys/sockio.h> defines socket ioctlnumbers like SIOCGIFCONF. Only AIX is using those now, but it definesthem in <net/if.h> anyway.Supposing some PostgreSQL hacker wants to test that AIX-only code pathon a more common development system by pretending not to havegetifaddrs(). It's enough to include <sys/ioctl.h>, at least on macOS,FreeBSD and Linux, and we're already doing that.1 parentd51bbd9 commit89ac57d
File tree
5 files changed
+1
-10
lines changed- src
- backend/libpq
- include
- tools/msvc
5 files changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13761 | 13761 | | |
13762 | 13762 | | |
13763 | 13763 | | |
13764 | | - | |
| 13764 | + | |
13765 | 13765 | | |
13766 | 13766 | | |
13767 | 13767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1457 | 1457 | | |
1458 | 1458 | | |
1459 | 1459 | | |
1460 | | - | |
1461 | 1460 | | |
1462 | 1461 | | |
1463 | 1462 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | 328 | | |
333 | 329 | | |
334 | 330 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | 493 | | |
497 | 494 | | |
498 | 495 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
363 | 362 | | |
364 | 363 | | |
365 | 364 | | |
| |||
0 commit comments
Comments
(0)