From f0bfa839bda8309c45b807e55bb2b2dfac7a6f9a Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 21 Jun 2002 00:01:18 +0000 Subject: - (bal) Fixed AIX environment handling, use setpcred() instead of existing code. (Bugzilla Bug 261) --- openbsd-compat/port-aix.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'openbsd-compat/port-aix.h') 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 */ -- cgit v1.2.3