Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2009 19:14:22 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191490 - head/contrib/ipfilter/ipsend
Message-ID:  <200904251914.n3PJEMhI060653@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bz
Date: Sat Apr 25 19:14:22 2009
New Revision: 191490
URL: http://svn.freebsd.org/changeset/base/191490

Log:
  Remove udp and tcp includes not needed here.
  
  Tripped over by: a compile of an upcoming change
  MFC after:	1 month

Modified:
  head/contrib/ipfilter/ipsend/sbpf.c

Modified: head/contrib/ipfilter/ipsend/sbpf.c
==============================================================================
--- head/contrib/ipfilter/ipsend/sbpf.c	Sat Apr 25 13:52:47 2009	(r191489)
+++ head/contrib/ipfilter/ipsend/sbpf.c	Sat Apr 25 19:14:22 2009	(r191490)
@@ -28,9 +28,6 @@
 #include <netinet/in_systm.h>
 #include <netinet/ip.h>
 #include <netinet/ip_var.h>
-#include <netinet/udp.h>
-#include <netinet/udp_var.h>
-#include <netinet/tcp.h>
 
 #include <stdio.h>
 #include <netdb.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904251914.n3PJEMhI060653>