summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/includes.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/includes.h')
-rw-r--r--usr.bin/ssh/includes.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/ssh/includes.h b/usr.bin/ssh/includes.h
index 712f86bd71b..68690e3a53f 100644
--- a/usr.bin/ssh/includes.h
+++ b/usr.bin/ssh/includes.h
@@ -60,8 +60,10 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
/* Define this to be the path of the xauth program. */
#define XAUTH_PATH "/usr/X11R6/bin/xauth"
-/* Define this to use pipes instead of socketpairs for communicating with the
- client program. Socketpairs do not seem to work on all systems. */
+/*
+ * Define this to use pipes instead of socketpairs for communicating with the
+ * client program. Socketpairs do not seem to work on all systems.
+ */
#define USE_PIPES 1
#endif /* INCLUDES_H */