History log of /freebsd-10.1-release/lib/libstand/inet_ntoa.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 165906 08-Jan-2007 imp

Remove California Regent's clause 3, per letter


# 84221 30-Sep-2001 dillon

Add __FBSDID()s to libstand


# 39607 23-Sep-1998 dfr

Use unsigned chars instead of signed chars when extracting bits of the
inet address.


# 39536 21-Sep-1998 jkh

Include "stand.h", not <stand.h>.


# 39528 20-Sep-1998 dfr

Use a simple version of inet_ntoa(). The libc one uses inet_ntop which is too
complicated.