Make more of the core compile on OmniOS.

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

Branch: refs/heads/sphinx-docs
Commit: 05fe0f56eb3c0005c2fd4e49b339fe105aeaaef3
Parents: 714a28f
Author: Leif Hedstrom <[email protected]>
Authored: Sat Apr 27 22:39:11 2013 -0600
Committer: Leif Hedstrom <[email protected]>
Committed: Sat Apr 27 22:39:11 2013 -0600

----------------------------------------------------------------------
 mgmt/Main.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/05fe0f56/mgmt/Main.cc
----------------------------------------------------------------------
diff --git a/mgmt/Main.cc b/mgmt/Main.cc
index 2a0d3d1..ae2e757 100644
--- a/mgmt/Main.cc
+++ b/mgmt/Main.cc
@@ -98,7 +98,7 @@ static int fds_limit;
 //       Thsis should just be #if defined(solaris)
 #if !defined(linux) && !defined(freebsd) && !defined(darwin)
 static void SignalHandler(int sig, siginfo_t * t, void *f);
-void SignalAlrmHandler(int sig, siginfo_t * t, void *f);
+static void SignalAlrmHandler(int sig, siginfo_t * t, void *f);
 #else
 static void SignalHandler(int sig);
 static void SignalAlrmHandler(int sig);

Reply via email to