Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 May 2007 13:57:45 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/net ether_addr.c ethers.3
Message-ID:  <200705131357.l4DDvjJ0064578@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  Revision  Changes    Path
  1.17      +40 -25    src/lib/libc/net/ether_addr.c
  1.24      +45 -12    src/lib/libc/net/ethers.3



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