summaryrefslogtreecommitdiffstats
path: root/main/lsof/fix-includes.patch
blob: 6bcc2d56418ea3560e017d44536b23c55b7ae9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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>