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

Unified Diff: third_party/libevent/event-config.h

Issue 7238021: Solaris patch (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fixed some sysctl includes Created 9 years, 6 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libevent/event-config.h
diff --git a/third_party/libevent/event-config.h b/third_party/libevent/event-config.h
index d3b84863209151d59ec2458e97a5ceaa74893e13..4cd0a627fe4f6a177e8cefa45e2c0a9d547c37ec 100644
--- a/third_party/libevent/event-config.h
+++ b/third_party/libevent/event-config.h
@@ -11,6 +11,8 @@
#include "linux/event-config.h"
#elif defined(__FreeBSD__)
#include "freebsd/event-config.h"
+#elif defined(__sun)
+#include "solaris/event-config.h"
#else
#error generate event-config.h for your platform
#endif
« no previous file with comments | « third_party/libevent/README.chromium ('k') | third_party/libevent/libevent.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698