From 4ea867710589c4d17edd160e525b577fccd035fb Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Thu, 17 May 2007 03:34:33 +0000 Subject: [PATCH] endrpcent belongs with rpc name service db, not services. MFC after: 1 week --- lib/libc/rpc/getrpcent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/rpc/getrpcent.c b/lib/libc/rpc/getrpcent.c index 2822c767ea8..abee480b35f 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); }