Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/rpc add set_rpc_maxgrouplist(3)
details: https://anonhg.NetBSD.org/src/rev/c98bf2d6b10b
branches: trunk
changeset: 944561:c98bf2d6b10b
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 03 18:30:39 2020 +0000
description:
add set_rpc_maxgrouplist(3)
diffstat:
include/rpc/auth.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b37245197ba1 -r c98bf2d6b10b include/rpc/auth.h
--- a/include/rpc/auth.h Sat Oct 03 18:29:02 2020 +0000
+++ b/include/rpc/auth.h Sat Oct 03 18:30:39 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: auth.h,v 1.19 2016/01/23 02:34:09 dholland Exp $ */
+/* $NetBSD: auth.h,v 1.20 2020/10/03 18:30:39 christos Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -172,6 +172,7 @@
extern AUTH *authdes_create (char *, unsigned int,
struct sockaddr_in *, des_block *);
extern bool_t xdr_opaque_auth (XDR *, struct opaque_auth *);
+extern void set_rpc_maxgrouplist (int);
#define authsys_create(c,i1,i2,i3,ip) authunix_create((c),(i1),(i2),(i3),(ip))
#define authsys_create_default() authunix_create_default()
Home |
Main Index |
Thread Index |
Old Index