Commit 77645b99 authored by Bruce Momjian's avatar Bruce Momjian

Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.

parent d23f6f8b
......@@ -8,3 +8,8 @@
#define HAS_TEST_AND_SET
typedef unsigned char slock_t;
/* This is marked as obsoleted in BSD/OS 4.3. */
#ifndef EAI_ADDRFAMILY
#define EAI_ADDRFAMILY 1
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment