From ffcd2f9eebb0d00c95e69ce2f184c5f841b3cb48 Mon Sep 17 00:00:00 2001 From: grunk <> Date: Fri, 10 Nov 2006 17:29:31 +0000 Subject: [PATCH] add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g working again. help from millert@, ok deraadt@ pedro@ --- src/include/rpc/auth.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/rpc/auth.h b/src/include/rpc/auth.h index 77d6b775..091f3f8f 100644 --- a/src/include/rpc/auth.h +++ b/src/include/rpc/auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.5 2004/01/22 21:48:02 espie Exp $ */ +/* $OpenBSD: auth.h,v 1.6 2006/11/10 17:29:31 grunk Exp $ */ /* $NetBSD: auth.h,v 1.7 1995/04/29 05:27:55 cgd Exp $ */ /* @@ -174,6 +174,7 @@ extern AUTH *authunix_create_default(void); extern AUTH *authnone_create(void); extern AUTH *authdes_create(char *, unsigned int, struct sockaddr_in *, des_block *); +extern void set_rpc_maxgrouplist(int); __END_DECLS #define AUTH_NONE 0 /* no authentication */