christos 78587c990a inet_pton4() did not handle
- incompletely specified ip addresses
	- ip addresses specified in hex
like inet_aton() and inet_addr(). This broke parsing of /etc/hosts
(127.1	localhost stopped working before the resolver is started).
The fix is to use the inet_aton() code to implement inet_pton4(), and
then use the new inet_pton4() code to implement inet_aton() and inet_addr().
At that point inet_addr.c is empty and has been removed.
1997-07-07 17:11:03 +00:00
..
1997-07-07 17:11:03 +00:00
1997-07-06 18:25:21 +00:00
1997-06-23 04:51:16 +00:00
1997-06-20 07:42:01 +00:00
1997-05-25 22:44:42 +00:00
1997-05-09 14:22:41 +00:00