Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Side by Side Diff: third_party/libevent/quotes.patch

Issue 412006: posix: upgrade libevent from 1.4.7 to 1.4.13 (Closed)
Patch Set: better readme Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff -ur libevent-1.4.7-stable/event.h libevent/event.h
2 --- libevent-1.4.7-stable/event.h 2008-05-28 23:43:46.000000000 -0700
3 +++ libevent/event.h 2008-09-11 16:05:42.000000000 -0700
4 @@ -159,7 +159,7 @@
5 extern "C" {
6 #endif
7
8 -#include <event-config.h>
9 +#include "event-config.h"
10 #ifdef _EVENT_HAVE_SYS_TYPES_H
11 #include <sys/types.h>
12 #endif
13 @@ -172,7 +172,7 @@
14 #include <stdarg.h>
15
16 /* For int types. */
17 -#include <evutil.h>
18 +#include "evutil.h"
19
20 #ifdef WIN32
21 #define WIN32_LEAN_AND_MEAN
22 diff -ur libevent-1.4.7-stable/evutil.h libevent/evutil.h
23 --- libevent-1.4.7-stable/evutil.h 2008-06-27 17:49:53.000000000 -0700
24 +++ libevent/evutil.h 2008-09-11 16:06:28.000000000 -0700
25 @@ -38,7 +38,7 @@
26 extern "C" {
27 #endif
28
29 -#include <event-config.h>
30 +#include "event-config.h"
31 #ifdef _EVENT_HAVE_SYS_TIME_H
32 #include <sys/time.h>
33 #endif
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698