summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch b/meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch
new file mode 100644
index 000000000..fdb906b22
--- /dev/null
+++ b/meta-networking/recipes-daemons/autofs/autofs-5.1.0/add-the-needed-stdarg.h.patch
@@ -0,0 +1,24 @@
1[PATCH] add the needed stdarg.h
2
3Upstream-status: Pending
4
5Signed-off-by: Roy Li <rongqing.li@windriver.com>
6---
7 lib/defaults.c | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/lib/defaults.c b/lib/defaults.c
11index 2b03ea2..5728e67 100644
12--- a/lib/defaults.c
13+++ b/lib/defaults.c
14@@ -16,6 +16,7 @@
15
16 #include <stdlib.h>
17 #include <stdio.h>
18+#include <stdarg.h>
19 #include <ctype.h>
20 #include <string.h>
21 #include <sys/utsname.h>
22--
231.7.10.4
24