Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2012 11:30:13 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r231196 - head/lib/libc/net
Message-ID:  <201202081130.q18BUDWo040488@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Wed Feb  8 11:30:13 2012
New Revision: 231196
URL: http://svn.freebsd.org/changeset/base/231196

Log:
  eui64_aton and eui64_ntoa are actually the equivalent of ether_aton_r and
  ether_nota_r and do not use static variables so remove the note copied
  from ethers.3 saying they do.
  
  Reported by:	bms
  MFC after:	3 days

Modified:
  head/lib/libc/net/eui64.3

Modified: head/lib/libc/net/eui64.3
==============================================================================
--- head/lib/libc/net/eui64.3	Wed Feb  8 09:18:22 2012	(r231195)
+++ head/lib/libc/net/eui64.3	Wed Feb  8 11:30:13 2012	(r231196)
@@ -221,10 +221,3 @@ These functions first appears in
 They are derived from the
 .Xr ethers 3
 family of functions.
-.Sh BUGS
-The
-.Fn eui64_aton
-and
-.Fn eui64_ntoa
-functions returns values that are stored in static memory areas
-which may be overwritten the next time they are called.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202081130.q18BUDWo040488>