bug-inetutils
[Top][All Lists]
Advanced

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

Re: [bug-inetutils] [PATCH] Implement IPv6 capability for the TFTP serve


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] [PATCH] Implement IPv6 capability for the TFTP server.
Date: Thu, 30 Sep 2010 15:03:34 -0400

   > (synchnet): Changed type of FROM to `struct sockaddr_storage'.
   
   I have reread the GNU standards document, but I could not locate
   any explanations on the means available to differentiate between
   various kinds of variables: global, local, statically scoped and so
   on.  Please quote me a reference so that I can learn this aspect
   properly, and use it for all future contributions.

I don't think there is anything in the GCS, but in general if it is
global variable you just write:

  (foo): Changed something.
  
If the variable is local to a function, then you write:

(function): Changed FOO to something.
 
   A new effort at the changelog has been attempted, but I will not
   comment further on that. Any further comments are welcome, though.

   A new version of the patching is attached to this email.

For the confused me, which patch(es) are the canonical version(s)?  I
got lost in the thread, but keep up the good work.



reply via email to

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