Skip to content
Snippets Groups Projects
Commit 77645b99 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add define for missing EAI_ADDRFAMILY in BSD/OS 4.3.

parent d23f6f8b
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment