Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 541728 | Differences between
and this patch

Collapse All | Expand All

(-)a/lsof_4.87_src/dialects/linux/dlsof.h (-5 lines)
Lines 49-60 Link Here
49
#include <setjmp.h>
49
#include <setjmp.h>
50
#include <unistd.h>
50
#include <unistd.h>
51
#include <netinet/in.h>
51
#include <netinet/in.h>
52
53
# if	defined(GLIBCV) || defined(__UCLIBC__)
54
#include <netinet/tcp.h>
52
#include <netinet/tcp.h>
55
# else	/* !defined(GLIBCV) && !defined(__UCLIBC__) */
56
#include <linux/tcp.h>
57
# endif	/* defined(GLIBCV) || defined(__UCLIBC__) */
58
53
59
# if	!defined(HASNORPC_H)
54
# if	!defined(HASNORPC_H)
60
#include <rpc/rpc.h>
55
#include <rpc/rpc.h>

Return to bug 541728