Date: Sun, 13 May 2007 16:35:22 +0100 From: "Bruce M. Simpson" <bms@incunabulum.net> To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/net ether_addr.c ethers.3 Message-ID: <4647303A.8080600@incunabulum.net> In-Reply-To: <200705131357.l4DDvjJ0064578@repoman.freebsd.org> References: <200705131357.l4DDvjJ0064578@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Robert Watson wrote: > rwatson 2007-05-13 13:57:45 UTC > > FreeBSD src repository > > Modified files: > lib/libc/net ether_addr.c ethers.3 > Log: > Add and document ether_ntoa_r() and ether_aton_r() functions, which accept > passed storage buffers rather than using static storage. Reimplement > ether_ntoa() and ether_aton() in terms of these functions. These variants > are thread-safe. > Don't forget that there is a link-layer independent 'humanize layer 2 address' routine in getnameinfo() which I imported from NetBSD. Regards, BMS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4647303A.8080600>