You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2014/08/19 05:23:34 UTC

git commit: TS-2635: remove unused include

Repository: trafficserver
Updated Branches:
  refs/heads/master f8cf0d1a2 -> 4e2647c9e


TS-2635: remove unused include <net/ppp_defs.h>


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

Branch: refs/heads/master
Commit: 4e2647c9e5504cc0ab5be47935a1c79bbf35b906
Parents: f8cf0d1
Author: Bryan Call <bc...@apache.org>
Authored: Mon Aug 18 20:22:13 2014 -0700
Committer: Bryan Call <bc...@apache.org>
Committed: Mon Aug 18 20:23:11 2014 -0700

----------------------------------------------------------------------
 CHANGES               | 2 ++
 lib/ts/ink_resolver.h | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4e2647c9/CHANGES
----------------------------------------------------------------------
diff --git a/CHANGES b/CHANGES
index 8d04e35..be539ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache Traffic Server 5.1.0
 
+  *) [TS-2635] remove unused include <net/ppp_defs.h>
+
   *) [TS-3001] GlobalSign responds 403 when OCSP request posted without Host header
 
   *) [TS-2722] authproxy: Eliminate the DNS lookup state, just use the client

http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4e2647c9/lib/ts/ink_resolver.h
----------------------------------------------------------------------
diff --git a/lib/ts/ink_resolver.h b/lib/ts/ink_resolver.h
index ce94e2f..1532c40 100644
--- a/lib/ts/ink_resolver.h
+++ b/lib/ts/ink_resolver.h
@@ -73,9 +73,6 @@
 #include <ts/ink_inet.h>
 #include <resolv.h>
 #include <arpa/nameser.h>
-#ifdef HAVE_NET_PPP_DEFS_H
-#include <net/ppp_defs.h>
-#endif
 
 #if defined(openbsd)
 #define NS_INT16SZ          INT16SZ