Index: src/include/port/bsdi.h =================================================================== RCS file: /cvsroot/pgsql-server/src/include/port/bsdi.h,v retrieving revision 1.5 diff -c -c -r1.5 bsdi.h *** src/include/port/bsdi.h 29 Oct 2000 13:17:34 -0000 1.5 --- src/include/port/bsdi.h 22 May 2003 18:44:54 -0000 *************** *** 8,10 **** --- 8,15 ---- #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