summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/auth_unix.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-07-06 14:07:01 +0000
committerEzra Peisach <epeisach@mit.edu>2001-07-06 14:07:01 +0000
commit699b26a8e517fd49ff7076579ebddbbae177ca3a (patch)
treee35ffb6b5053b4ecbcc355351d53958e444458c6 /src/lib/rpc/auth_unix.c
parentc6161220710b21c436654894c0f0709dd83217ff (diff)
downloadkrb5-699b26a8e517fd49ff7076579ebddbbae177ca3a.tar.gz
krb5-699b26a8e517fd49ff7076579ebddbbae177ca3a.tar.xz
krb5-699b26a8e517fd49ff7076579ebddbbae177ca3a.zip
* auth_unix.c: In case GETGROUPS_T is not defined, default to int
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13569 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/auth_unix.c')
-rw-r--r--src/lib/rpc/auth_unix.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/rpc/auth_unix.c b/src/lib/rpc/auth_unix.c
index 9411fdc8a..9dbde0da0 100644
--- a/src/lib/rpc/auth_unix.c
+++ b/src/lib/rpc/auth_unix.c
@@ -52,6 +52,9 @@ static char sccsid[] = "@(#)auth_unix.c 1.19 87/08/11 Copyr 1984 Sun Micro";
#include <gssrpc/auth.h>
#include <gssrpc/auth_unix.h>
+#ifndef GETGROUPS_T
+#define GETGROUPS_T int
+#endif
/*
* Unix authenticator operations vector