diff options
author | Alexander von Gernler <grunk@cvs.openbsd.org> | 2006-11-10 17:29:32 +0000 |
---|---|---|
committer | Alexander von Gernler <grunk@cvs.openbsd.org> | 2006-11-10 17:29:32 +0000 |
commit | 81274da29dee0f0b7cf2de64db1b1c2a3428f3d7 (patch) | |
tree | 650631666db4f5e4b96bcf10c1c412797c74fd98 /include/rpc | |
parent | ce3eff3e5981dfaf68c27ee50d59fb6721b42f7f (diff) |
add void set_rpc_maxgrouplist(int), to be able to make mount_nfs -g
working again.
help from millert@, ok deraadt@ pedro@
Diffstat (limited to 'include/rpc')
-rw-r--r-- | include/rpc/auth.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h index 77d6b77503f..091f3f8f951 100644 --- a/include/rpc/auth.h +++ b/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 */ |