]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove inet_ntoa() prototype from getrpcent.c
authorBen Kaduk <kaduk@mit.edu>
Mon, 25 Nov 2013 18:36:34 +0000 (13:36 -0500)
committerBen Kaduk <kaduk@mit.edu>
Mon, 25 Nov 2013 18:42:25 +0000 (13:42 -0500)
commit32a770ac1851339621185cdca187d8c1cc27adaf
tree86d2add4f4e1d0777817a34a5ebba63d800e6940
parentf0d7309a20665ac16a22856e0c8cffdb156f2d24
Remove inet_ntoa() prototype from getrpcent.c

It is not needed.

In general, we shouldn't be using inet_ntoa(), anyway, as it is
IPv4-specific and we have IPv6 support almost everywhere.
src/lib/rpc/getrpcent.c