mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-22 01:12:54 +00:00
f095a85882
openbsd-compat/port-irix.[ch] to improve readiblity of do_child()
6 lines
228 B
C
6 lines
228 B
C
#if defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY)
|
|
|
|
void irix_setusercontext(struct passwd *pw);
|
|
|
|
#endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */
|