bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] Traceroute in inet6-preferred environments.


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] Traceroute in inet6-preferred environments.
Date: Wed, 03 Nov 2010 12:16:08 -0400

   diff --git a/ChangeLog b/ChangeLog
   index 56ae073..51685ff 100644
   --- a/ChangeLog
   +++ b/ChangeLog
   @@ -1,5 +1,13 @@
    2010-11-03  Mats Erik Andersson <address@hidden>
   =20
   +    * src/traceroute.c: Delete HOST. New strings HOSTNAME, ADDRSTR.

HOSTNAME nor ADDSTR are strings, they are variables.  Also, when
adding variables that are global to the file, we write:

* src/traceroute.c (host): Deleted variable.
(hostname, addstr): New variables.

   index f79e747..8226c71 100644
   --- a/src/traceroute.c
   +++ b/src/traceroute.c
   @@ -47,6 +47,7 @@
    #include <argp.h>
    #include <icmp.h>
   =20
   +#include "xalloc.h"

Not mentioned in CL:

* src/traceroute.c: Include "xalloc.h".

Other than that, it is fine.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]