diff options
author | brooks <brooks@FreeBSD.org> | 2012-02-08 11:30:13 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2012-02-08 11:30:13 +0000 |
commit | 507691dbd9aa5a7e9229bb26aa781572f120595c (patch) | |
tree | bdbe8b98d4bcd5780a7c54a3434d2b1fa93c6e87 /lib/libc | |
parent | bf6a1ce0702015368048eb4296b98f7209d577fe (diff) | |
download | FreeBSD-src-507691dbd9aa5a7e9229bb26aa781572f120595c.zip FreeBSD-src-507691dbd9aa5a7e9229bb26aa781572f120595c.tar.gz |
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
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/eui64.3 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libc/net/eui64.3 b/lib/libc/net/eui64.3 index 7cc5718..fc563d1 100644 --- a/lib/libc/net/eui64.3 +++ b/lib/libc/net/eui64.3 @@ -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. |