- djm@cvs.openbsd.org 2013/05/10 03:46:14

[modpipe.c]
     sync some portability changes from portable OpenSSH (id sync only)
This commit is contained in:
Darren Tucker 2013-05-17 09:41:33 +10:00
parent a4df65b9fc
commit 5e95173715
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,9 @@
- dtucker@cvs.openbsd.org 2013/04/22 07:23:08
[regress/multiplex.sh]
Write mux master logs to regress.log instead of ssh.log to keep separate
- djm@cvs.openbsd.org 2013/05/10 03:46:14
[modpipe.c]
sync some portability changes from portable OpenSSH (id sync only)
20130516
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be

View File

@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $OpenBSD: modpipe.c,v 1.4 2013/02/20 08:29:27 djm Exp $ */
/* $OpenBSD: modpipe.c,v 1.5 2013/05/10 03:46:14 djm Exp $ */
#include "includes.h"