diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:05 +0200 |
commit | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (patch) | |
tree | 4303cceddeb48d74755cbacc0b06eadaf45c1d37 /package/lsof/patches | |
parent | b2d07cf71c35790672584d9d7bef255fd5bc554c (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/lsof/patches')
-rw-r--r-- | package/lsof/patches/patch-dialects_linux_dlsof_h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/lsof/patches/patch-dialects_linux_dlsof_h b/package/lsof/patches/patch-dialects_linux_dlsof_h new file mode 100644 index 000000000..1b6314849 --- /dev/null +++ b/package/lsof/patches/patch-dialects_linux_dlsof_h @@ -0,0 +1,16 @@ +--- lsof_4.84_src.orig/dialects/linux/dlsof.h 2010-01-18 20:03:19.000000000 +0100 ++++ lsof_4.84_src/dialects/linux/dlsof.h 2010-10-07 20:35:57.000000000 +0200 +@@ -49,13 +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__) */ +- + #include <rpc/rpc.h> + #include <rpc/pmap_prot.h> + |