Author: brooks
Date: Sun Feb 12 23:07:45 2012
New Revision: 231566
URL: http://svn.freebsd.org/changeset/base/231566

Log:
  MFC 231196:
    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

Modified:
  stable/9/lib/libc/net/eui64.3
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/stdtime/   (props changed)
  stable/9/lib/libc/sys/   (props changed)

Modified: stable/9/lib/libc/net/eui64.3
==============================================================================
--- stable/9/lib/libc/net/eui64.3       Sun Feb 12 19:29:34 2012        
(r231565)
+++ stable/9/lib/libc/net/eui64.3       Sun Feb 12 23:07:45 2012        
(r231566)
@@ -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.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to