aboutsummaryrefslogtreecommitdiffstats
path: root/testing/autofs/pid_t.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/autofs/pid_t.patch')
-rw-r--r--testing/autofs/pid_t.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/autofs/pid_t.patch b/testing/autofs/pid_t.patch
new file mode 100644
index 0000000000..1766c34e98
--- /dev/null
+++ b/testing/autofs/pid_t.patch
@@ -0,0 +1,14 @@
+diff --git a/include/log.h b/include/log.h
+index 69eed96..14051cc 100644
+--- a/include/log.h
++++ b/include/log.h
+@@ -46,6 +46,8 @@ extern void log_crit(unsigned, const char* msg, ...);
+ extern void log_debug(unsigned int, const char* msg, ...);
+ extern void logmsg(const char* msg, ...);
+
++#include <unistd.h> /* Required for pid_t */
++
+ extern pid_t log_pidinfo(struct autofs_point *ap, pid_t pid, char *label);
+
+ #define debug(opt, msg, args...) \
+