aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/rpc/getrpcent.c
diff options
context:
space:
mode:
authorJonathan Chen <jon@FreeBSD.org>2007-05-17 03:34:33 +0000
committerJonathan Chen <jon@FreeBSD.org>2007-05-17 03:34:33 +0000
commit4ea867710589c4d17edd160e525b577fccd035fb (patch)
tree7dbbd4e4108922d8b7b8061074d9f1ec51c3c684 /lib/libc/rpc/getrpcent.c
parent7a800a56f762f4fc116006ffa9e01b8199be440d (diff)
downloadsrc-4ea867710589c4d17edd160e525b577fccd035fb.tar.gz
src-4ea867710589c4d17edd160e525b577fccd035fb.zip
endrpcent belongs with rpc name service db, not services.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=169645
Diffstat (limited to 'lib/libc/rpc/getrpcent.c')
-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 2822c767ea8b..abee480b35f5 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);
}