summaryrefslogtreecommitdiff
path: root/packages/libevnet/files/stdargs.patch
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-05-14 19:48:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-14 19:48:20 +0000
commit42614c8b501f80862cdd125c76a9cad7409bb1e2 (patch)
treedabe430e645462c5c867dec11223d294b419de85 /packages/libevnet/files/stdargs.patch
parent3b439d6e86669a730b0342e323959dba61b8f663 (diff)
add libevnet, libevnet provides a suite of interfaces, all built around libevent, useful to network daemons.
Diffstat (limited to 'packages/libevnet/files/stdargs.patch')
-rw-r--r--packages/libevnet/files/stdargs.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/libevnet/files/stdargs.patch b/packages/libevnet/files/stdargs.patch
new file mode 100644
index 0000000000..c9b4b7c3fb
--- /dev/null
+++ b/packages/libevnet/files/stdargs.patch
@@ -0,0 +1,15 @@
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- libevnet-0.3.1/src/lookup.c~stdargs
++++ libevnet-0.3.1/src/lookup.c
+@@ -45,6 +45,7 @@
+ */
+ #include <stdio.h> /* FILE fopen(3) fread(3) fclose(3) fileno(3) */
+ #include <stdlib.h> /* NULL free(3) */
++#include <stdarg.h> /* va_list etc. */
+ #include <time.h> /* time_t time(2) */
+
+ #include <string.h> /* memmove(3) strsep(3) strlen(3)