From owner-freebsd-ports Thu Mar 13 15:35:40 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1581D37B419 for ; Thu, 13 Mar 2003 15:35:38 -0800 (PST) Received: from mx1out.umbc.edu (mx1out.umbc.edu [130.85.25.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1439543F3F for ; Thu, 13 Mar 2003 15:35:37 -0800 (PST) (envelope-from randy@umbc.edu) Received: from dobbs.ucs.umbc.edu (dobbs.ucs.umbc.edu [130.85.70.38]) by mx1out.umbc.edu (8.12.1/8.12.0/UMBC-Central 1.11 mxout 1.2.2.3 $) with ESMTP id h2DNZYkX011370 for ; Thu, 13 Mar 2003 18:35:35 -0500 (EST) Received: from localhost (randy@localhost) by dobbs.ucs.umbc.edu (8.12.1/8.12.0) with ESMTP id h2DNZYr0026022 for ; Thu, 13 Mar 2003 18:35:34 -0500 X-Authentication-Warning: dobbs.ucs.umbc.edu: randy owned process doing -bs Date: Thu, 13 Mar 2003 18:35:34 -0500 (EST) From: Randy Philipp X-X-Sender: randy@dobbs.ucs.umbc.edu To: ports@FreeBSD.ORG Subject: socket.h include warnings Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AvMilter-Key: 1047598836:31c835010aae577bc93f6a891e73cbae X-Avmilter: Message Skipped, too small X-Processed-By: MilterMonkey Version 0.9 -- http://www.membrain.com/miltermonkey Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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