summaryrefslogtreecommitdiff
path: root/package/libevent/libevent-time_h.patch
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 05:38:00 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 05:38:00 +0000
commit491c474a4f8433dc6c28d3a53e3fbe8eef410814 (patch)
treeeb0421daab6d6cbcde8d5314a1da0eb512f088bc /package/libevent/libevent-time_h.patch
parentaeeab7a686678d3dd217e08d239b0f071d2af386 (diff)
Add libevent package. I started building all the components needed for NFSv4 support of which libevent is one of them. The rest of the needed components, however, are horrific to get building.
Diffstat (limited to 'package/libevent/libevent-time_h.patch')
-rw-r--r--package/libevent/libevent-time_h.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libevent/libevent-time_h.patch b/package/libevent/libevent-time_h.patch
new file mode 100644
index 000000000..49bd2177d
--- /dev/null
+++ b/package/libevent/libevent-time_h.patch
@@ -0,0 +1,11 @@
+diff -ur libevent-1.2/event.c libevent-1.2-patched/event.c
+--- libevent-1.2/event.c 2006-08-12 12:41:36.000000000 -0500
++++ libevent-1.2-patched/event.c 2007-01-13 23:33:05.340351152 -0600
+@@ -41,6 +41,7 @@
+ #else
+ #include <sys/_time.h>
+ #endif
++#include <time.h>
+ #include <sys/queue.h>
+ #include <stdio.h>
+ #include <stdlib.h>