Blame SOURCES/0004-tcpslice-remove-unneeded-include.patch

106355
From fb802b7fe7430d4714731955110678e211f020c8 Mon Sep 17 00:00:00 2001
106355
From: rpm-build <rpm-build>
106355
Date: Mon, 20 Oct 2014 15:06:54 +0200
106355
Subject: [PATCH 04/13] tcpslice: remove unneeded include
106355
106355
net/bpf.h doesn't exist on Linux.
106355
---
106355
 tcpslice-1.2a3/tcpslice.c | 2 --
106355
 1 file changed, 2 deletions(-)
106355
106355
diff --git a/tcpslice-1.2a3/tcpslice.c b/tcpslice-1.2a3/tcpslice.c
106355
index e73d76f..895e54f 100644
106355
--- a/tcpslice-1.2a3/tcpslice.c
106355
+++ b/tcpslice-1.2a3/tcpslice.c
106355
@@ -35,8 +35,6 @@ static const char rcsid[] =
106355
 #include <sys/file.h>
106355
 #include <sys/stat.h>
106355
 
106355
-#include <net/bpf.h>
106355
-
106355
 #include <ctype.h>
106355
 #ifdef HAVE_FCNTL_H
106355
 #include <fcntl.h>
106355
-- 
106355
2.13.5
106355