Re: CVS-TIP

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CVS-TIP
Date: 2003-01-14 22:52:37
Message-ID: 200301142252.h0EMqbF06591@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Seems it was the removal of an include in this commit:

revision 1.145
date: 2003/01/06 09:58:23; author: petere; state: Exp; lines: +1 -2
Fix for systems that don't have INET_ADDRSTRLEN.

netinet/in.h re-added to include list.

---------------------------------------------------------------------------

Rod Taylor wrote:
-- Start of PGP signed section.
> Thats the first time I've managed to add the attachment and forget the
> message.
>
> inet.h attached in previous email.
>
>
> On Tue, 2003-01-14 at 17:11, Bruce Momjian wrote:
> > Any idea what it needs? What is in inet.h at that line, and where is it
> > defined? I see sys/socket.h included. Does sys/types.h help?
> >
> >
> > ---------------------------------------------------------------------------
> >
> > Rod Taylor wrote:
> > -- Start of PGP signed section.
> > > It appears that FreeBSD doesn't approve of the use of inet.h in this
> > > fashion. Probably related to the IPV6 changes.
> > >
> > > On FreeBSD 4.7:
> > >
> > > bash-2.05b$ make install > /dev/null
> > > In file included from pqcomm.c:75:
> > > /usr/include/arpa/inet.h:89: warning: parameter has incomplete type
> > > /usr/include/arpa/inet.h:92: warning: parameter has incomplete type
> > > /usr/include/arpa/inet.h:96: warning: parameter has incomplete type
> > > --
> > > Rod Taylor <rbt(at)rbt(dot)ca>
> > >
> > > PGP Key: http://www.rbt.ca/rbtpub.asc
> > -- End of PGP section, PGP failed!
> --
> Rod Taylor <rbt(at)rbt(dot)ca>
>
> PGP Key: http://www.rbt.ca/rbtpub.asc
-- End of PGP section, PGP failed!

--
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Eric B.Ridge 2003-01-15 00:24:08 Re: psql and readline
Previous Message Rod Taylor 2003-01-14 22:22:16 Re: CVS-TIP