Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 1998 13:50:01 -0700 (PDT)
From:      Jacques Vidrine <n@nectar.com>
To:        ports
Subject:   Re: ports/6430: trafshow 2.0 (port) can't be compiled
Message-ID:  <199804302050.NAA18813@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/6430; it has been noted by GNATS.

From: Jacques Vidrine <n@nectar.com>
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 <net/if_slvar.h>, 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 <net/if.h>
  #include <net/slip.h>
  #include <net/if_var.h>
 -#include <net/if_slvar.h>
  #ifdef __FreeBSD__
  #include <net/if_ppp.h>
  #else
 
 Jacques Vidrine <n@nectar.com>

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?199804302050.NAA18813>