blob: 1e121cbaac79820dce7475942f5c080904f33aee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/lsof_4.87_src/dialects/linux/dlsof.h 2015-02-28 22:37:00.731421615 +0000
+++ b/lsof_4.87_src/dialects/linux/dlsof.h 2015-02-28 22:37:57.585422124 +0000
@@ -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>
|