This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openssh
mirror of
git://anongit.mindrot.org/openssh.git
Watch
1
Star
0
Fork
You've already forked openssh
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee3a8e4abc
openssh
/
openbsd-compat
/
port-aix.h
6 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
- (bal) Migrated AIX getuserattr and usrinfo code to openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.
2002-02-19 20:27:55 +00:00
#
ifdef _AIX
- (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() since we need more session information than provided by that function.
2002-02-25 15:48:02 +00:00
void
aix_usrinfo
(
struct
passwd
*
pw
,
char
*
tty
,
int
ttyfd
)
;
- (bal) Migrated AIX getuserattr and usrinfo code to openbsd-compat/port-aix.[c] to improve readilbity of do_child() and simplify our diffs against upstream source.
2002-02-19 20:27:55 +00:00
#
endif
/* _AIX */