You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
652 B
27 lines
652 B
7 years ago
|
From fb802b7fe7430d4714731955110678e211f020c8 Mon Sep 17 00:00:00 2001
|
||
|
From: rpm-build <rpm-build>
|
||
|
Date: Mon, 20 Oct 2014 15:06:54 +0200
|
||
|
Subject: [PATCH 04/13] tcpslice: remove unneeded include
|
||
|
|
||
|
net/bpf.h doesn't exist on Linux.
|
||
|
---
|
||
|
tcpslice-1.2a3/tcpslice.c | 2 --
|
||
|
1 file changed, 2 deletions(-)
|
||
|
|
||
|
diff --git a/tcpslice-1.2a3/tcpslice.c b/tcpslice-1.2a3/tcpslice.c
|
||
|
index e73d76f..895e54f 100644
|
||
|
--- a/tcpslice-1.2a3/tcpslice.c
|
||
|
+++ b/tcpslice-1.2a3/tcpslice.c
|
||
|
@@ -35,8 +35,6 @@ static const char rcsid[] =
|
||
|
#include <sys/file.h>
|
||
|
#include <sys/stat.h>
|
||
|
|
||
|
-#include <net/bpf.h>
|
||
|
-
|
||
|
#include <ctype.h>
|
||
|
#ifdef HAVE_FCNTL_H
|
||
|
#include <fcntl.h>
|
||
|
--
|
||
|
2.13.5
|
||
|
|