Thread: CVS-TIP
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
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, Pennsylvania19073
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
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
Attachment
Seems it was the removal of an include in this commit:revision 1.145date: 2003/01/06 09:58:23; author: petere; state: Exp; lines: +1 -2Fix 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, Pennsylvania19073