diff options
Diffstat (limited to 'user/lsof/test-linux-sysmacros.patch')
-rw-r--r-- | user/lsof/test-linux-sysmacros.patch | 15 |
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 + */ |