summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2018-11-08 13:03:47 -0500
committerSteve Dickson <steved@redhat.com>2018-11-08 13:28:50 -0500
commite80e668683f2e573c2aae7457b8efad8b4541f26 (patch)
treed568e1ce8fa75d0e9ad516dc26ae56f9b3679838 /src
parent9e738dff3133bc64612f298dffd667fe30e0d19e (diff)
downloadti-rpc-e80e668683f2e573c2aae7457b8efad8b4541f26.tar.gz
getrpcent.c: fix typo
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/getrpcent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getrpcent.c b/src/getrpcent.c
index cba4cd8..e49dc05 100644
--- a/src/getrpcent.c
+++ b/src/getrpcent.c
@@ -100,7 +100,7 @@ _rpcdata()
return (d);
}
-#if !HAVE_GETRPCBYNYMBER
+#if !HAVE_GETRPCBYNUMBER
struct rpcent *
getrpcbynumber(number)
int number;