[Xorp-hackers] Compile fix for FC5
Pavlin Radoslavov
pavlin at ICSI.Berkeley.EDU
Fri Oct 10 15:14:56 PDT 2008
Fixed in CVS.
Thanks,
Pavlin
Ben Greear <greearb at candelatech.com> wrote:
> This is needed to build on FC5:
>
> [greearb at file-server vrrp]$ git diff *
> diff --git a/vrrp/vrrp.cc b/vrrp/vrrp.cc
> index 02597e8..1c3ba0d 100644
> --- a/vrrp/vrrp.cc
> +++ b/vrrp/vrrp.cc
> @@ -172,7 +172,7 @@ Vrrp::setup_timers(bool skew)
>
> case BACKUP:
> _master_down_timer.schedule_after_ms(
> - (skew ? _skew_time : _master_down_interval) * 1000.0);
> + (int)((skew ? _skew_time : _master_down_interval) * 1000.0));
> break;
> }
> }
>
> Thanks,
> Ben
>
> --
> Ben Greear <greearb at candelatech.com>
> Candela Technologies Inc http://www.candelatech.com
>
> _______________________________________________
> Xorp-hackers mailing list
> Xorp-hackers at icir.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers
More information about the Xorp-hackers
mailing list