pgsql/src/include (c.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include (c.h)
Date: 2000-07-17 04:35:56
Message-ID: 200007170435.e6H4Zu946034@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Monday, July 17, 2000 @ 00:35:55
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/include
from hub.org:/home/projects/pgsql/tmp/cvs-serv46030

Modified Files:
c.h

----------------------------- Log Message -----------------------------

I concur with Andreas: unconditionally including <sys/fcntl.h> is not
portable. Seems to have been added for O_BINARY, which is only needed
for __CYGWIN32__, so include it here only in that case.

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-07-17 13:23:19 pgsql/doc (TODO)
Previous Message Tom Lane 2000-07-17 04:01:24 Re: pgsql/src/backend/parser (Makefile)