void-packages/srcpkgs/monit/patches/musl-fix.patch

14 lines
232 B
Diff
Raw Normal View History

2015-08-17 23:07:34 +02:00
--- src/process/sysdep_LINUX.c.orig
+++ src/process/sysdep_LINUX.c
2016-02-05 15:35:34 +01:00
@@ -71,6 +71,10 @@
2015-08-17 23:07:34 +02:00
#include <glob.h>
#endif
+#ifndef GLOB_ONLYDIR
+#define GLOB_ONLYDIR 0
+#endif
+
2016-02-05 15:35:34 +01:00
#ifdef HAVE_SYS_SYSINFO_H
#include <sys/sysinfo.h>
2015-08-17 23:07:34 +02:00
#endif