lsof-uclibc.patch 500 B

123456789101112
  1. diff -ru lsof_4.81.orig/lsof_4.81_src/dialects/linux/dlsof.h lsof_4.81/lsof_4.81_src/dialects/linux/dlsof.h
  2. --- lsof_4.81.orig/lsof_4.81_src/dialects/linux/dlsof.h 2006-03-28 00:57:14.000000000 +0200
  3. +++ lsof_4.81/lsof_4.81_src/dialects/linux/dlsof.h 2006-11-29 14:03:07.000000000 +0100
  4. @@ -49,7 +49,7 @@
  5. #include <unistd.h>
  6. #include <netinet/in.h>
  7. -# if defined(GLIBCV)
  8. +# if defined(GLIBCV) || defined __UCLIBC__
  9. #include <netinet/tcp.h>
  10. # else /* !defined(GLIBCV) */
  11. #include <linux/tcp.h>