From root@hawks.caro.net  Tue Apr 21 01:57:24 1998
Received: from hawks.caro.net (hawks.caro.NET [209.12.201.17])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23274
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 21 Apr 1998 01:57:16 GMT
          (envelope-from root@hawks.caro.net)
Received: (from root@localhost)
	by hawks.caro.net (8.8.8/8.8.8) id VAA18438;
	Mon, 20 Apr 1998 21:56:50 -0400 (EDT)
	(envelope-from root)
Message-Id: <199804210156.VAA18438@hawks.caro.net>
Date: Mon, 20 Apr 1998 21:56:50 -0400 (EDT)
From: awhawks@usa.net
Reply-To: awhawks@usa.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Patch to trafshow in -current 4/17/98
X-Send-Pr-Version: 3.2

>Number:         6369
>Category:       ports
>Synopsis:       Patch to ports/net/trafshow port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 20 19:00:04 PDT 1998
>Closed-Date:    Sun Apr 26 06:09:23 PDT 1998
>Last-Modified:  Sun Apr 26 06:09:38 PDT 1998
>Originator:     Adam W. Hawks
>Release:        FreeBSD 3.0-980417-SNAP i386
>Organization:
Self
>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__


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: jseger 
State-Changed-When: Sun Apr 26 06:09:23 PDT 1998 
State-Changed-Why:  
I committed another fix earlier today. 
>Unformatted:
