Repository: trafficserver
Updated Branches:
  refs/heads/master 62db17bdf -> d1557bf52


Revert "Build fix."

This reverts commit 62db17bdf51d47d0a9bbcc70d0b480d04a308571.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2ee4a500
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2ee4a500
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2ee4a500

Branch: refs/heads/master
Commit: 2ee4a500ea93eb9464d3ade444a9030b37542f7e
Parents: 62db17b
Author: Masakazu Kitajo <[email protected]>
Authored: Thu Apr 7 18:34:00 2016 +0900
Committer: Masakazu Kitajo <[email protected]>
Committed: Thu Apr 7 18:34:00 2016 +0900

----------------------------------------------------------------------
 proxy/hdrs/test_mime.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2ee4a500/proxy/hdrs/test_mime.cc
----------------------------------------------------------------------
diff --git a/proxy/hdrs/test_mime.cc b/proxy/hdrs/test_mime.cc
index d554a00..c4752ae 100644
--- a/proxy/hdrs/test_mime.cc
+++ b/proxy/hdrs/test_mime.cc
@@ -22,7 +22,7 @@
  */
 
 #include <ts/TestBox.h>
-#include "P_EventSystem.h"
+#include "P_Eventsystem.h"
 #include "MIME.h"
 
 REGRESSION_TEST(MIME)(RegressionTest *t, int /* atype ATS_UNUSED */, int 
*pstatus)
@@ -55,7 +55,7 @@ REGRESSION_TEST(MIME)(RegressionTest *t, int /* atype 
ATS_UNUSED */, int *pstatu
 int
 main(int argc, char *argv[])
 {
-  Thread *main_thread = new EThread();
+  Thread *main_thread = new EThread;
   main_thread->set_specific();
   mime_init();
 

Reply via email to