Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 1998 21:56:50 -0400 (EDT)
From:      awhawks@usa.net
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6369: Patch to trafshow in -current 4/17/98
Message-ID:  <199804210156.VAA18438@hawks.caro.net>

next in thread | raw e-mail | index | archive | help

>Number:         6369
>Category:       ports
>Synopsis:       Patch to ports/net/trafshow port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 20 19:00:04 PDT 1998
>Last-Modified:
>Originator:     Adam W. Hawks
>Organization:
Self
>Release:        FreeBSD 3.0-980417-SNAP i386
>Environment:

	FreeBSD-current 3.0-980417 with XFree86 3.3.2

>Description:

	Changes in current has broken trafsho  includes

>How-To-Repeat:

	Try and install trafshow port from 4/17/98 ports tree into 4/17/98 src-tree

>Fix:
	
	patch file /usr/ports/net/trafshow/files/patch-ae with the following

*** patch-ae.old        Mon Apr 20 21:33:37 1998
--- patch-ae    Mon Apr 20 21:34:56 1998
***************
*** 97,111 ****
  --- lib/interfaces.c  Wed Jul 30 22:35:04 1997
  ***************
  *** 17,26 ****
! --- 17,28 ----
     */
    
    #include <sys/param.h>
  + #include <sys/time.h>
    #include <sys/types.h>
    #include <sys/socket.h>
    #include <net/if.h>
    #include <net/slip.h>
  + #include <net/if_var.h>
    #include <net/if_slvar.h>
    #ifdef __FreeBSD__
--- 97,116 ----
  --- lib/interfaces.c  Wed Jul 30 22:35:04 1997
  ***************
  *** 17,26 ****
! --- 17,33 ----
     */
    
    #include <sys/param.h>
  + #include <sys/time.h>
    #include <sys/types.h>
    #include <sys/socket.h>
+ + #include <sys/mbuf.h>
+ + #include <netinet/in_systm.h>
+ + #include <netinet/in.h>
+ + #include <netinet/ip.h>
    #include <net/if.h>
    #include <net/slip.h>
+ + #include <net/slcompress.h>
  + #include <net/if_var.h>
    #include <net/if_slvar.h>
    #ifdef __FreeBSD__


>Audit-Trail:
>Unformatted:

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?199804210156.VAA18438>