You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2015/07/10 20:49:31 UTC

trafficserver git commit: TS-3739 Fix build for geoip_acl plugin

Repository: trafficserver
Updated Branches:
  refs/heads/master d6ae82ad4 -> 5ed6856e7


TS-3739 Fix build for geoip_acl plugin


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

Branch: refs/heads/master
Commit: 5ed6856e7486793c3c28d050c527bba686e69273
Parents: d6ae82a
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Jul 10 12:49:24 2015 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Jul 10 12:49:24 2015 -0600

----------------------------------------------------------------------
 plugins/experimental/geoip_acl/lulu.h | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5ed6856e/plugins/experimental/geoip_acl/lulu.h
----------------------------------------------------------------------
diff --git a/plugins/experimental/geoip_acl/lulu.h b/plugins/experimental/geoip_acl/lulu.h
index 1f283b4..bae273d 100644
--- a/plugins/experimental/geoip_acl/lulu.h
+++ b/plugins/experimental/geoip_acl/lulu.h
@@ -26,26 +26,10 @@
 
 #include <sys/types.h>
 
-#include "ink_defs.h"
-#include "ink_atomic.h"
+#include "ts/ink_defs.h"
+#include "ts/ink_atomic.h"
 
 // Used for Debug etc.
 static const char *PLUGIN_NAME = "geoip_acl";
 
 #endif // __LULU_H__
-
-
-/*
-  local variables:
-  mode: C++
-  indent-tabs-mode: nil
-  c-basic-offset: 2
-  c-comment-only-line-offset: 0
-  c-file-offsets: ((statement-block-intro . +)
-  (label . 0)
-  (statement-cont . +)
-  (innamespace . 0))
-  end:
-
-  Indent with: /usr/bin/indent -ncs -nut -npcs -l 120 logstats.cc
-*/