]> andersk Git - openssh.git/blob - openbsd-compat/port-aix.h
- (bal) Drop Session *s usage in ports-aix.[ch] and pass just what we
[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.03621 seconds and 5 git commands to generate.