diff options
author | 2005-10-30 08:52:17 +0000 | |
---|---|---|
committer | 2005-10-30 08:52:17 +0000 | |
commit | 14ef0d14f05ec1bcc9342c4cc662695b9d2ed893 (patch) | |
tree | 5e08922f3452c621a0f0207b5e5d227e229fa237 /usr.bin/ssh/serverloop.c | |
parent | remove trailing spaces; (diff) | |
download | wireguard-openbsd-14ef0d14f05ec1bcc9342c4cc662695b9d2ed893.tar.xz wireguard-openbsd-14ef0d14f05ec1bcc9342c4cc662695b9d2ed893.zip |
no need to escape single quotes in comments, no binary change
Diffstat (limited to 'usr.bin/ssh/serverloop.c')
-rw-r--r-- | usr.bin/ssh/serverloop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/serverloop.c b/usr.bin/ssh/serverloop.c index 138f386fee4..9f98f9cd2ae 100644 --- a/usr.bin/ssh/serverloop.c +++ b/usr.bin/ssh/serverloop.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: serverloop.c,v 1.119 2005/10/10 10:23:08 djm Exp $"); +RCSID("$OpenBSD: serverloop.c,v 1.120 2005/10/30 08:52:17 djm Exp $"); #include "xmalloc.h" #include "packet.h" @@ -546,7 +546,7 @@ server_loop(pid_t pid, int fdin_arg, int fdout_arg, int fderr_arg) * If we have no separate fderr (which is the case when we have a pty * - there we cannot make difference between data sent to stdout and * stderr), indicate that we have seen an EOF from stderr. This way - * we don\'t need to check the descriptor everywhere. + * we don't need to check the descriptor everywhere. */ if (fderr == -1) fderr_eof = 1; |