2007-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* ripd/ripd.c: (rip_vty_out_uptime) Remove unused variable timer_now.
* ripngd/ripngd.c: (ripng_vty_out_uptime) Remove unused variable
timer_now.
+2007-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * ripd.c: (rip_vty_out_uptime) Remove unused variable timer_now.
+
2007-04-11 Emmanuel Vize <emmanuel.vize@6wind.com>
* ripd.c: (rip_vty_out_uptime) Use new thread_timer_remain_second
static void
rip_vty_out_uptime (struct vty *vty, struct rip_info *rinfo)
{
- struct timeval timer_now;
time_t clock;
struct tm *tm;
#define TIME_BUF 25
char timebuf [TIME_BUF];
struct thread *thread;
- gettimeofday (&timer_now, NULL);
-
if ((thread = rinfo->t_timeout) != NULL)
{
clock = thread_timer_remain_second (thread);
+2007-04-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+
+ * ripngd.c: (ripng_vty_out_uptime) Remove unused variable timer_now.
+
2007-04-12 Emmanuel Vize <emmanuel.vize@6wind.com>
* ripngd.c: (ripng_vty_out_uptime and show_ipv6_ripng_status)
static void
ripng_vty_out_uptime (struct vty *vty, struct ripng_info *rinfo)
{
- struct timeval timer_now;
time_t clock;
struct tm *tm;
#define TIME_BUF 25
char timebuf [TIME_BUF];
struct thread *thread;
- gettimeofday (&timer_now, NULL);
-
if ((thread = rinfo->t_timeout) != NULL)
{
clock = thread_timer_remain_second (thread);