summaryrefslogtreecommitdiff
path: root/net-mgmt/etherape/files/patch-src_diagram.c
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/etherape/files/patch-src_diagram.c')
-rw-r--r--net-mgmt/etherape/files/patch-src_diagram.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-mgmt/etherape/files/patch-src_diagram.c b/net-mgmt/etherape/files/patch-src_diagram.c
deleted file mode 100644
index 62acd31ecebc..000000000000
--- a/net-mgmt/etherape/files/patch-src_diagram.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/diagram.c.orig 2016-01-25 20:19:16 UTC
-+++ src/diagram.c
-@@ -21,7 +21,18 @@
- #include <config.h>
- #endif
-
-+#ifdef HAVE_SYS_TYPES_H
-+#include <sys/types.h>
-+#endif
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_NETINET_IN_H
-+#include <netinet/in.h>
-+#endif
-+#ifdef HAVE_ARPA_INET_H
- #include <arpa/inet.h>
-+#endif
-
- #include <gnome.h>
- #include <regex.h>