]> andersk Git - openssh.git/blob - openbsd-compat/port-aix.h
- (djm) Don't reinitialise PAM credentials before we have started PAM.
[openssh.git] / openbsd-compat / port-aix.h
1 #ifdef _AIX
2
3 #ifdef HAVE_GETUSERATTR
4 void set_limit(char *user, char *soft, char *hard, int resource, int mult);
5 void set_limits_from_userattr(char *user);
6 #endif /* HAVE_GETUSERATTR */
7
8 void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
9
10 #endif /* _AIX */
This page took 0.085623 seconds and 5 git commands to generate.