port-aix.h revision 98937
1#ifdef _AIX
2
3void aix_usrinfo(struct passwd *pw, char *tty, int ttyfd);
4
5#endif /* _AIX */
6