CVS-TIP

Started by Rod Taylorover 23 years ago5 messageshackers
Jump to latest
#1Rod Taylor
rbt@rbt.ca

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@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

#2Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#1)
Re: CVS-TIP

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@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#2)
Re: CVS-TIP

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@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachments:

inet.htext/x-c-header; charset=ISO-8859-1; name=inet.hDownload
#4Rod Taylor
rbt@rbt.ca
In reply to: Bruce Momjian (#2)
Re: CVS-TIP

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@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

#5Bruce Momjian
bruce@momjian.us
In reply to: Rod Taylor (#4)
Re: CVS-TIP

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@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

-- End of PGP section, PGP failed!

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