summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-aix.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-03-09 16:36:55 +1100
committerDarren Tucker <dtucker@zip.com.au>2008-03-09 16:36:55 +1100
commit16ba6a8ea25ee45feec55ce5a29a4723c2665ea2 (patch)
treee1236b06ced64159bba370f3831eb52643cd1ea3 /openbsd-compat/port-aix.h
parentb7918afddf36c22b8eb87d98819d2cf9ddb6b424 (diff)
- (dtucker) [openbsd-compat/port-aix.{c,h}] Remove AIX specific initgroups
implementation. It's not needed to fix bug #1081 and breaks the build on some AIX configurations.
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r--openbsd-compat/port-aix.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h
index 14024d417..ecb9feae8 100644
--- a/openbsd-compat/port-aix.h
+++ b/openbsd-compat/port-aix.h
@@ -1,4 +1,4 @@
1/* $Id: port-aix.h,v 1.28 2008/02/28 12:16:04 dtucker Exp $ */ 1/* $Id: port-aix.h,v 1.29 2008/03/09 05:36:55 dtucker Exp $ */
2 2
3/* 3/*
4 * 4 *
@@ -111,8 +111,6 @@ int sshaix_getnameinfo(const struct sockaddr *, size_t, char *, size_t,
111# define HAVE_GETGROUPLIST 111# define HAVE_GETGROUPLIST
112# define USE_GETGRSET 112# define USE_GETGRSET
113int getgrouplist(const char *, gid_t, gid_t *, int *); 113int getgrouplist(const char *, gid_t, gid_t *, int *);
114int ssh_initgroups(const char *, gid_t);
115# define initgroups(a, b) ssh_initgroups((a), (b))
116#endif 114#endif
117 115
118#endif /* _AIX */ 116#endif /* _AIX */