From beb2048e8594b2d09981c29285a5d4f3a89b63fa Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 17 May 2007 03:34:33 +0000 Subject: 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(-) (limited to 'lib/libc/rpc/getrpcent.c') 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); } -- cgit v1.1