----- Original Message -----
> Updated Branches:
>   refs/heads/master c4815b077 -> da413c514
> 
> 
> Try to fix Solaris wclear macro build breakage
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/trafficserver/commit/da413c51
> Tree:
> http://git-wip-us.apache.org/repos/asf/trafficserver/tree/da413c51
> Diff:
> http://git-wip-us.apache.org/repos/asf/trafficserver/diff/da413c51
> 
> Branch: refs/heads/master
> Commit: da413c5140e33d52866f64757c374257116548ab
> Parents: c4815b0
> Author: James Peach <jpe...@apache.org>
> Authored: Mon May 6 14:56:23 2013 -0700
> Committer: James Peach <jpe...@apache.org>
> Committed: Mon May 6 14:56:23 2013 -0700
> 
> ----------------------------------------------------------------------
>  tools/tstop/tstop.cc |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/da413c51/tools/tstop/tstop.cc
> ----------------------------------------------------------------------
> diff --git a/tools/tstop/tstop.cc b/tools/tstop/tstop.cc
> index 7828c61..0626764 100644
> --- a/tools/tstop/tstop.cc
> +++ b/tools/tstop/tstop.cc
> @@ -46,6 +46,11 @@
>  #  error "SysV or X/Open-compatible Curses header file required"
>  #endif
>  
> +// Solaris curses #defines wclear, which breaks
> std::string::wclear().
> +#ifndef wclear
> +#undef wclear
> +#endif
> +
>  #include "stats.h"
>  
>  using namespace std;
> 
> 

should(n't) this be in ink_defs.h?

-- 
Igor Galić

Tel: +43 (0) 664 886 22 883
Mail: i.ga...@brainsware.org
URL: http://brainsware.org/
GPG: 6880 4155 74BD FD7C B515  2EA5 4B1D 9E08 A097 C9AE

Reply via email to