aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/getrpcent.c
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2013-11-25 13:36:34 -0500
committerBen Kaduk <kaduk@mit.edu>2013-11-25 13:42:25 -0500
commit32a770ac1851339621185cdca187d8c1cc27adaf (patch)
tree86d2add4f4e1d0777817a34a5ebba63d800e6940 /src/lib/rpc/getrpcent.c
parentf0d7309a20665ac16a22856e0c8cffdb156f2d24 (diff)
downloadkrb5-32a770ac1851339621185cdca187d8c1cc27adaf.zip
krb5-32a770ac1851339621185cdca187d8c1cc27adaf.tar.gz
krb5-32a770ac1851339621185cdca187d8c1cc27adaf.tar.bz2
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.
Diffstat (limited to 'src/lib/rpc/getrpcent.c')
-rw-r--r--src/lib/rpc/getrpcent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/rpc/getrpcent.c b/src/lib/rpc/getrpcent.c
index 604fa85..db03dae 100644
--- a/src/lib/rpc/getrpcent.c
+++ b/src/lib/rpc/getrpcent.c
@@ -60,7 +60,6 @@ static struct rpcdata *get_rpcdata();
static struct rpcent *interpret();
struct hostent *gethostent();
-char *inet_ntoa();
static char RPCDB[] = "/etc/rpc";