summaryrefslogtreecommitdiff
path: root/user/lsof/test-linux-sysmacros.patch
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-09-12 19:09:22 -0400
committerMax Rees <maxcrees@me.com>2018-09-12 20:35:19 -0400
commit027b6fd1887a746f3b38741a8baa63f2f73face1 (patch)
tree6ec08054b480ba9b24c01329566aee0e5c09d792 /user/lsof/test-linux-sysmacros.patch
parent02a2bd307242bf8520133412db3fdcc8d1062943 (diff)
downloadpackages-027b6fd1887a746f3b38741a8baa63f2f73face1.tar.gz
packages-027b6fd1887a746f3b38741a8baa63f2f73face1.tar.bz2
packages-027b6fd1887a746f3b38741a8baa63f2f73face1.tar.xz
packages-027b6fd1887a746f3b38741a8baa63f2f73face1.zip
user/lsof: new package
Diffstat (limited to 'user/lsof/test-linux-sysmacros.patch')
-rw-r--r--user/lsof/test-linux-sysmacros.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/user/lsof/test-linux-sysmacros.patch b/user/lsof/test-linux-sysmacros.patch
new file mode 100644
index 000000000..bc75a9f39
--- /dev/null
+++ b/user/lsof/test-linux-sysmacros.patch
@@ -0,0 +1,15 @@
+--- lsof_4.91/lsof_4.91_src/tests/LTlib.c 2017-09-10 19:05:11.000000000 -0400
++++ lsof_4.91/lsof_4.91_src/tests/LTlib.c 2018-09-12 18:05:26.719569950 -0400
+@@ -189,6 +189,12 @@
+ #endif /* defined(LT_DIAL_uw) */
+
+
++#if defined(__linux__)
++#undef _SYS_SYSMACROS_H
++#include <sys/sysmacros.h>
++#endif
++
++
+ /*
+ * Global variables
+ */