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/08c297f54122
branches: trunk
changeset: 955549:08c297f54122
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 83c01b2442a2 -r 08c297f54122 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