mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 19:38:53 +02:00
11 lines
265 B
C
11 lines
265 B
C
#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 */
|