summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/rpc/ChangeLog4
-rw-r--r--src/lib/rpc/auth_unix.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 76556bb77..1040d7586 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-06 Ezra Peisach <epeisach@mit.edu>
+
+ * auth_unix.c: In case GETGROUPS_T is not defined, default to int.
+
2001-07-05 Ezra Peisach <epeisach@mit.edu>
* configure.in: Add AC_TYPE_GETGROUPS to determine argument to
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