Skip to content

Commit

Permalink
Remove inet_ntoa() prototype from getrpcent.c
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kaduk committed Nov 25, 2013
1 parent f0d7309 commit 32a770a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/rpc/getrpcent.c
Expand Up @@ -60,7 +60,6 @@ static struct rpcdata *get_rpcdata();

static struct rpcent *interpret();
struct hostent *gethostent();
char *inet_ntoa();

static char RPCDB[] = "/etc/rpc";

Expand Down

0 comments on commit 32a770a

Please sign in to comment.