diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-04-20 01:34:14 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-04-20 01:34:14 +0000 |
| commit | 805593368c586f1906e264736cc2cf585fd808ef (patch) | |
| tree | 97ccb7251ffd6733fd432bb6edb3c651190c4d66 | |
| parent | ae6c5a5c27ce72711801651af6ad056c9491bff0 (diff) | |
Notes
| -rw-r--r-- | crypto/openssh/includes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h index a20318c4976e..7ec6e5c5f4cd 100644 --- a/crypto/openssh/includes.h +++ b/crypto/openssh/includes.h @@ -63,8 +63,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } /* * Define this to use pipes instead of socketpairs for communicating with the * client program. Socketpairs do not seem to work on all systems. + * Although pipes are bi-directional in FreeBSD, using pipes here will + * make <stdin> uni-directional ! */ -#define USE_PIPES 1 +/* #define USE_PIPES 1 */ #if defined(__FreeBSD__) && __FreeBSD__ <= 3 /* |
