summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon <jon@FreeBSD.org>2007-05-17 03:34:33 +0000
committerjon <jon@FreeBSD.org>2007-05-17 03:34:33 +0000
commitbeb2048e8594b2d09981c29285a5d4f3a89b63fa (patch)
tree7dbbd4e4108922d8b7b8061074d9f1ec51c3c684
parent3127d2bb31e30b1d390602807027788a016c08bb (diff)
downloadFreeBSD-src-beb2048e8594b2d09981c29285a5d4f3a89b63fa.zip
FreeBSD-src-beb2048e8594b2d09981c29285a5d4f3a89b63fa.tar.gz
endrpcent belongs with rpc name service db, not services.
MFC after: 1 week
-rw-r--r--lib/libc/rpc/getrpcent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c
index 2822c76..abee480 100644
--- a/lib/libc/rpc/getrpcent.c
+++ b/lib/libc/rpc/getrpcent.c
@@ -1044,5 +1044,5 @@ endrpcent()
{ NULL, NULL, NULL }
};
- (void)nsdispatch(NULL, dtab, NSDB_SERVICES, "endrpcent", defaultsrc);
+ (void)nsdispatch(NULL, dtab, NSDB_RPC, "endrpcent", defaultsrc);
}
OpenPOWER on IntegriCloud