mirror of
https://github.com/clearml/dropbear
synced 2025-02-12 07:25:30 +00:00
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger
This commit is contained in:
parent
6270ed2f8a
commit
da59afe798
2
sshpty.c
2
sshpty.c
@ -133,7 +133,7 @@ pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)
|
|||||||
close(*ptyfd);
|
close(*ptyfd);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#ifndef HAVE_CYGWIN
|
#if !defined(HAVE_CYGWIN) && defined(I_PUSH)
|
||||||
/*
|
/*
|
||||||
* Push the appropriate streams modules, as described in Solaris pts(7).
|
* Push the appropriate streams modules, as described in Solaris pts(7).
|
||||||
* HP-UX pts(7) doesn't have ttcompat module.
|
* HP-UX pts(7) doesn't have ttcompat module.
|
||||||
|
Loading…
Reference in New Issue
Block a user