]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
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)
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

index 604fa85d48aa8ec52e45c2843a762087c5d233be..db03daed6c7a1b908710cc722661066f7d0f6750 100644 (file)
@@ -60,7 +60,6 @@ static struct rpcdata *get_rpcdata();
 
 static struct rpcent *interpret();
 struct hostent *gethostent();
-char   *inet_ntoa();
 
 static char RPCDB[] = "/etc/rpc";