From 78674822c7c824d55219c5817522dc81b09c8cd1 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 8 Feb 2012 11:30:13 +0000 Subject: [PATCH] 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 --- lib/libc/net/eui64.3 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/libc/net/eui64.3 b/lib/libc/net/eui64.3 index 7cc5718ca964..fc563d157a14 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.