summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crypto/openssh/includes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/openssh/includes.h b/crypto/openssh/includes.h
index c6f9363acf09..848a82fb2885 100644
--- a/crypto/openssh/includes.h
+++ b/crypto/openssh/includes.h
@@ -63,7 +63,9 @@ 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 */
#endif /* INCLUDES_H */