aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern/inet_ntoa.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-071-1/+1
| | | | Notes: svn path=/head/; revision=139815
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
| | | | Notes: svn path=/head/; revision=116189
* add threadsafe version of inet_ntoa (inet_ntoa_r takes a buffer to fill)Alfred Perlstein2000-11-251-0/+14
| | | | | | | this is used by some debugging functions Notes: svn path=/head/; revision=69134
* Add $FreeBSD$Peter Wemm2000-05-011-1/+2
| | | | Notes: svn path=/head/; revision=59874
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8876
* Add inet_ntoa() and replace ARP's private routine with same.Garrett Wollman1995-03-161-0/+49
Notes: svn path=/head/; revision=7088