mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.
This commit is contained in:
parent
d23f6f8bb7
commit
77645b99f4
@ -8,3 +8,8 @@
|
|||||||
#define HAS_TEST_AND_SET
|
#define HAS_TEST_AND_SET
|
||||||
|
|
||||||
typedef unsigned char slock_t;
|
typedef unsigned char slock_t;
|
||||||
|
|
||||||
|
/* This is marked as obsoleted in BSD/OS 4.3. */
|
||||||
|
#ifndef EAI_ADDRFAMILY
|
||||||
|
#define EAI_ADDRFAMILY 1
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user