summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:10:49 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:10:49 +1000
commit525a0b090fc03d38bb760c858a5a5958cd0bc276 (patch)
tree6b1fc90f696e53ed56313df41dfa629d859242b4 /includes.h
parent56e5e6ad115e9f9e072237a6cc95997d610d1bc0 (diff)
- 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)
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes.h b/includes.h
index 00076f639..c038f410e 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: includes.h,v 1.39 2006/03/25 22:22:43 djm Exp $ */ 1/* $OpenBSD: includes.h,v 1.40 2006/04/20 21:53:44 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>