blob: b5647e7ab0da8957706579b5b08632699ee9fbc6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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 */
|