mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 19:32:44 +01:00
16 lines
425 B
Diff
16 lines
425 B
Diff
--- 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>
|