| OLD | NEW |
| 1 diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c | 1 diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c |
| 2 index 64324bb..ebf35c9 100644 | 2 index 64324bb..ebf35c9 100644 |
| 3 --- a/third_party/libevent/buffer.c | 3 --- a/third_party/libevent/buffer.c |
| 4 +++ b/third_party/libevent/buffer.c | 4 +++ b/third_party/libevent/buffer.c |
| 5 @@ -356,7 +356,6 @@ int | 5 @@ -356,7 +356,6 @@ int |
| 6 evbuffer_expand(struct evbuffer *buf, size_t datlen) | 6 evbuffer_expand(struct evbuffer *buf, size_t datlen) |
| 7 { | 7 { |
| 8 size_t used = buf->misalign + buf->off; | 8 size_t used = buf->misalign + buf->off; |
| 9 - size_t need; | 9 - size_t need; |
| 10 | 10 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 +++ b/third_party/libevent/evutil.h | 191 +++ b/third_party/libevent/evutil.h |
| 192 @@ -38,7 +38,7 @@ | 192 @@ -38,7 +38,7 @@ |
| 193 extern "C" { | 193 extern "C" { |
| 194 #endif | 194 #endif |
| 195 | 195 |
| 196 -#include <event-config.h> | 196 -#include <event-config.h> |
| 197 +#include "event-config.h" | 197 +#include "event-config.h" |
| 198 #ifdef _EVENT_HAVE_SYS_TIME_H | 198 #ifdef _EVENT_HAVE_SYS_TIME_H |
| 199 #include <sys/time.h> | 199 #include <sys/time.h> |
| 200 #endif | 200 #endif |
| OLD | NEW |