diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-24 19:53:55 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 1999-11-24 19:53:55 +0000 |
commit | 2a85a99246e25d5abbe1b496067814fdc7606010 (patch) | |
tree | 9f56bed029667b0213469e8421cf97534fcb3e62 /usr.bin/ssh/includes.h | |
parent | dd3fb3473fec908b6e655a7105db7198b435a324 (diff) |
KNF, final part 3
Diffstat (limited to 'usr.bin/ssh/includes.h')
-rw-r--r-- | usr.bin/ssh/includes.h | 6 |
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 */ |