[PATCH] Fix ether_ntoa() output format

Ondřej Bílka neleai@seznam.cz
Mon Oct 14 21:53:00 GMT 2013


On Mon, Oct 14, 2013 at 10:19:56PM +0100, Mokhtar BEN MESSAOUD wrote:

 Hi 
   I think that the patch should also be applied for ether_ntoa
   Regards

It handles that as implementation is following

char *
ether_ntoa (const struct ether_addr *addr)
{
  static char asc[18];

  return ether_ntoa_r (addr, asc);
}



More information about the Libc-alpha mailing list