From owner-freebsd-ports Thu Apr 30 13:50:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18862 for freebsd-ports-outgoing; Thu, 30 Apr 1998 13:50:04 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18813; Thu, 30 Apr 1998 13:50:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 30 Apr 1998 13:50:01 -0700 (PDT) Message-Id: <199804302050.NAA18813@hub.freebsd.org> To: ports Cc: From: Jacques Vidrine Subject: Re: ports/6430: trafshow 2.0 (port) can't be compiled Reply-To: Jacques Vidrine Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6430; it has been noted by GNATS. From: Jacques Vidrine To: freebsd-gnats-submit@freebsd.org, root@sprouts.org Cc: Subject: Re: ports/6430: trafshow 2.0 (port) can't be compiled Date: Thu, 30 Apr 1998 15:42:42 -0500 lib/interfaces.c includes , though it doesn't seem to need the only structure defined there (struct sl_softc). I don't think that trafshow should include this file -- at least not on BSD4.4lite platforms. Fix, to be applied after all other patches included in the port: --- lib/interfaces.c Wed Apr 29 13:56:21 1998 +++ lib/interfaces.c Wed Apr 29 13:56:30 1998 @@ -23,7 +23,6 @@ #include #include #include -#include #ifdef __FreeBSD__ #include #else Jacques Vidrine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message