Missing EAI_ADDRFAMILY

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Missing EAI_ADDRFAMILY
Date: 2003-05-22 19:12:37
Message-ID: 200305221912.h4MJCbc19882@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

BSD/OS 4.3 is missing the define EAI_ADDRFAMILY as referenced in ip.c.
It is marked as obscolete. However, it is still mentioned in the
getaddrinfo() manual page. I have filed a bug report with BSDi.

BSD/OS 4.2 had it defined.

I have added the proper define to our port/bsdi.h, attached.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 543 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-05-22 19:14:37 I am back to email/patches
Previous Message Bruce Momjian 2003-05-22 19:07:27 Re: [COMMITTERS] pgsql-server/src backend/commands/variable.c b ...