aboutsummaryrefslogtreecommitdiffstats
path: root/main/lsof/fix-includes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/lsof/fix-includes.patch')
-rw-r--r--main/lsof/fix-includes.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/main/lsof/fix-includes.patch b/main/lsof/fix-includes.patch
deleted file mode 100644
index 6bcc2d5641..0000000000
--- a/main/lsof/fix-includes.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- lsof_4.87_src/dialects/linux/dlsof.h
-+++ lsof_4.87_src/dialects/linux/dlsof.h
-@@ -49,12 +49,7 @@
- #include <setjmp.h>
- #include <unistd.h>
- #include <netinet/in.h>
--
--# if defined(GLIBCV) || defined(__UCLIBC__)
- #include <netinet/tcp.h>
--# else /* !defined(GLIBCV) && !defined(__UCLIBC__) */
--#include <linux/tcp.h>
--# endif /* defined(GLIBCV) || defined(__UCLIBC__) */
-
- # if !defined(HASNORPC_H)
- #include <rpc/rpc.h>