svn commit: r191490 - head/contrib/ipfilter/ipsend

Bjoern A. Zeeb bz at FreeBSD.org
Sat Apr 25 19:14:23 UTC 2009


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>


More information about the svn-src-all mailing list