Re: Ultrix port

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alexander Klimov <ask@wisdom.weizmann.ac.il>
Cc: pgsql-hackers@postgresql.org
Date: 2001-03-27T18:14:40Z
Lists: pgsql-hackers
Alexander Klimov <ask@wisdom.weizmann.ac.il> writes:
> First problem is sys/socket.h. Here it has no guards in it (like 
> #ifdef _SOCKET_H
> #endif), so it could not be included twice, and I have to remove its
> unnecesarry inclusions.

Are you sure these are unnecessary?  What are the odds this patch will
break other platforms?

			regards, tom lane