Re: Warnings in CVS build

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Warnings in CVS build
Date: 2001-11-01 06:11:36
Message-ID: 3.0.5.32.20011101171136.02643330@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 00:52 1/11/01 -0500, Tom Lane wrote:
>
>> xact.c:590: warning: implicit declaration of function `select'
>
>Where is select() declared in your system headers? Evidently we're
>missing a #include, but I dunno which.
>

unistd.h:

int select __P((int, fd_set *, fd_set *, fd_set *, struct timeval *));

(it is FreeBSD).

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-11-01 06:18:09 Re: Warnings in CVS build
Previous Message Tom Lane 2001-11-01 05:52:33 Re: Warnings in CVS build