Date: Thu, 13 Mar 2003 18:35:34 -0500 (EST) From: Randy Philipp <randy@umbc.edu> To: ports@FreeBSD.ORG Subject: socket.h include warnings Message-ID: <Pine.LNX.4.44L.01.0303131831190.9508-100000@dobbs.ucs.umbc.edu>
next in thread | raw e-mail | index | archive | help
I am attempting to update a port, and I get a stream of warnings about socket.h. Here is a piece of the logs: cc -DFREEBSD4_7 -DFREEBSD4 -I.. -I../include -O -pipe -Wall -c vsnprintf.c In file included from ../include/conf.h:129, from vsnprintf.c:23: /usr/include/sys/socket.h:54: warning: useless keyword or type name in empty declaration /usr/include/sys/socket.h:54: warning: empty declaration cc -DFREEBSD4_7 -DFREEBSD4 -I.. -I../include -O -pipe -Wall -c glibc-glob.c cc -DFREEBSD4_7 -DFREEBSD4 -I.. -I../include -O -pipe -Wall -c glibc-mkstemp.c In file included from ../include/conf.h:129, from glibc-mkstemp.c:21: /usr/include/sys/socket.h:54: warning: useless keyword or type name in empty declaration /usr/include/sys/socket.h:54: warning: empty declaration cc -DFREEBSD4_7 -DFREEBSD4 -I.. -I../include -O -pipe -Wall -c pr-syslog.c In file included from ../include/conf.h:129, from pr-syslog.c:30: /usr/include/sys/socket.h:54: warning: useless keyword or type name in empty declaration /usr/include/sys/socket.h:54: warning: empty declaration Any idea of how to get rid of these warnings? I have search the mailing list archives and I have not turned up anything useful to resolve this issue. Any help would be greatly appreciated. Randy Philipp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44L.01.0303131831190.9508-100000>