split inet_addr and inet_ntoa back into their own files
authorRich Felker <dalias@aerifal.cx>
Tue, 22 Oct 2013 02:05:29 +0000 (22:05 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 22 Oct 2013 02:05:29 +0000 (22:05 -0400)
commitbb93ac335846424662212eea840859e7f0cc16b5
treeff51e36d655394f7a6c7c573cc295a49efa6f474
parent8f0359605a24277e3d67f2b9e3477437a7d38706
split inet_addr and inet_ntoa back into their own files

despite being practically deprecated, these functions are still part
of the standard and thus cannot reside in a file that also contains
namespace pollution. this reverts some of the changes made in commit
e40f48a421a9176e3e298b5bac75f0355b219e58.
src/network/inet_addr.c [new file with mode: 0644]
src/network/inet_legacy.c
src/network/inet_ntoa.c [new file with mode: 0644]