patch-dialects_linux_dlsof_h 506 B

12345678910111213141516
  1. --- lsof_4.84_src.orig/dialects/linux/dlsof.h 2010-01-18 20:03:19.000000000 +0100
  2. +++ lsof_4.84_src/dialects/linux/dlsof.h 2010-10-07 20:35:57.000000000 +0200
  3. @@ -49,13 +49,7 @@
  4. #include <setjmp.h>
  5. #include <unistd.h>
  6. #include <netinet/in.h>
  7. -
  8. -# if defined(GLIBCV) || defined(__UCLIBC__)
  9. #include <netinet/tcp.h>
  10. -# else /* !defined(GLIBCV) && !defined(__UCLIBC__) */
  11. -#include <linux/tcp.h>
  12. -# endif /* defined(GLIBCV) || defined(__UCLIBC__) */
  13. -
  14. #include <rpc/rpc.h>
  15. #include <rpc/pmap_prot.h>