From 525a0b090fc03d38bb760c858a5a5958cd0bc276 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 23 Apr 2006 12:10:49 +1000 Subject: - djm@cvs.openbsd.org 2006/04/20 21:53:44 [includes.h session.c sftp.c] Switch from using pipes to socketpairs for communication between sftp/scp and ssh, and between sshd and its subprocesses. This saves a file descriptor per session and apparently makes userland ppp over ssh work; ok markus@ deraadt@ (ID Sync only - portable makes this decision on a per-platform basis) --- includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes.h') diff --git a/includes.h b/includes.h index 00076f639..c038f410e 100644 --- a/includes.h +++ b/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.39 2006/03/25 22:22:43 djm Exp $ */ +/* $OpenBSD: includes.h,v 1.40 2006/04/20 21:53:44 djm Exp $ */ /* * Author: Tatu Ylonen -- cgit v1.2.3