aboutsummaryrefslogtreecommitdiff
path: root/include/rpc
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2006-04-29 04:26:16 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2006-04-29 04:26:16 +0000
commit0e3a96aae0c27f87a1584570c61143eae66d4b1d (patch)
tree927d3f951a141c801f07b2be289ceb960879ca7a /include/rpc
parent2fb5ab2f0c82530ec3ac9e9a48ae3fdfd8710f72 (diff)
Notes
Diffstat (limited to 'include/rpc')
-rw-r--r--include/rpc/rpcent.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/rpc/rpcent.h b/include/rpc/rpcent.h
index 64858b10fa06..876b488b2b1b 100644
--- a/include/rpc/rpcent.h
+++ b/include/rpc/rpcent.h
@@ -53,7 +53,10 @@ struct rpcent {
};
__BEGIN_DECLS
-/* These interfaces are currently implemented through nsswitch and MT-safe */
+/*
+ * These interfaces are currently implemented through nsswitch and are
+ * MT-safe.
+ */
extern struct rpcent *getrpcbyname(char *);
extern struct rpcent *getrpcbynumber(int);
extern struct rpcent *getrpcent(void);