diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-21 02:01:18 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-21 02:01:18 +0200 |
commit | f0bfa839bda8309c45b807e55bb2b2dfac7a6f9a (patch) | |
tree | 78c8060f8eba6fe257229b727d5c0343c9bbba36 /openbsd-compat/port-aix.h | |
parent | - todd@cvs.openbsd.org 2002/06/14 21:35:00 (diff) | |
download | openssh-f0bfa839bda8309c45b807e55bb2b2dfac7a6f9a.tar.xz openssh-f0bfa839bda8309c45b807e55bb2b2dfac7a6f9a.zip |
- (bal) Fixed AIX environment handling, use setpcred() instead of existing
code. (Bugzilla Bug 261)
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r-- | openbsd-compat/port-aix.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h index 29d2ee630..e4d14f4ae 100644 --- a/openbsd-compat/port-aix.h +++ b/openbsd-compat/port-aix.h @@ -1,10 +1,5 @@ #ifdef _AIX -#ifdef HAVE_GETUSERATTR -void set_limit(char *user, char *soft, char *hard, int resource, int mult); -void set_limits_from_userattr(char *user); -#endif /* HAVE_GETUSERATTR */ - void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd); #endif /* _AIX */ |