mirror of git://anongit.mindrot.org/openssh.git
- (bal) Minor session.c for cygwin. mispelt 'is_winnt' variable.
This commit is contained in:
parent
e37f63ffa0
commit
3107efc12a
|
@ -1,3 +1,6 @@
|
||||||
|
20020221
|
||||||
|
- (bal) Minor session.c for cygwin. mispelt 'is_winnt' variable.
|
||||||
|
|
||||||
20020219
|
20020219
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
- mpech@cvs.openbsd.org 2002/02/13 08:33:47
|
- mpech@cvs.openbsd.org 2002/02/13 08:33:47
|
||||||
|
@ -7653,4 +7656,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1869 2002/02/19 21:58:19 mouring Exp $
|
$Id: ChangeLog,v 1.1870 2002/02/21 15:37:02 mouring Exp $
|
||||||
|
|
|
@ -1103,7 +1103,7 @@ static void
|
||||||
do_setusercontext(struct passwd *pw)
|
do_setusercontext(struct passwd *pw)
|
||||||
{
|
{
|
||||||
#ifdef HAVE_CYGWIN
|
#ifdef HAVE_CYGWIN
|
||||||
if (iswinnt) {
|
if (is_winnt) {
|
||||||
#else /* HAVE_CYGWIN */
|
#else /* HAVE_CYGWIN */
|
||||||
if (getuid() == 0 || geteuid() == 0) {
|
if (getuid() == 0 || geteuid() == 0) {
|
||||||
#endif /* HAVE_CYGWIN */
|
#endif /* HAVE_CYGWIN */
|
||||||
|
|
Loading…
Reference in New Issue