Repository: trafficserver Updated Branches: refs/heads/master 4283af481 -> 978f4090c
FreeBSD fix for plugins. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/978f4090 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/978f4090 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/978f4090 Branch: refs/heads/master Commit: 978f4090c6ecf73206f6971668e67dc69cc9dd2b Parents: 4283af4 Author: Alan M. Carroll <[email protected]> Authored: Thu Sep 25 08:57:44 2014 -0500 Committer: Alan M. Carroll <[email protected]> Committed: Thu Sep 25 08:57:44 2014 -0500 ---------------------------------------------------------------------- plugins/experimental/ssl_cert_loader/domain-tree.cc | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/978f4090/plugins/experimental/ssl_cert_loader/domain-tree.cc ---------------------------------------------------------------------- diff --git a/plugins/experimental/ssl_cert_loader/domain-tree.cc b/plugins/experimental/ssl_cert_loader/domain-tree.cc index b659193..3da87dc 100644 --- a/plugins/experimental/ssl_cert_loader/domain-tree.cc +++ b/plugins/experimental/ssl_cert_loader/domain-tree.cc @@ -6,7 +6,6 @@ # include <stdio.h> # include <memory.h> # include <inttypes.h> -# include <alloca.h> # include "domain-tree.h" // return true if comparable. Return type of compare in relative parameter
