search for: have_setusercontext

Displaying 1 result from an estimated 1 matches for "have_setusercontext".

2000 Oct 07
0
OpenSSH changes for BSD/OS
...==== RCS file: /master/contrib/openssh/session.c,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 session.c *** session.c 2000/08/17 16:17:59 1.1.1.1 --- session.c 2000/10/06 21:03:25 *************** *** 32,37 **** --- 32,41 ---- #include <proj.h> #endif /* WITH_IRIX_PROJECT */ + #ifdef HAVE_SETUSERCONTEXT + #include <login_cap.h> + #endif + #if defined(HAVE_USERSEC_H) #include <usersec.h> #endif *************** *** 900,905 **** --- 904,912 ---- #ifdef WITH_IRIX_PROJECT prid_t projid; #endif /* WITH_IRIX_PROJECT */ + #ifdef HAVE_SETUSERCONTEXT + login_cap_t *lc; + #endif /*...