diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rwxr-xr-x | regress/modpipe.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -27,6 +27,9 @@ | |||
27 | - dtucker@cvs.openbsd.org 2013/04/22 07:23:08 | 27 | - dtucker@cvs.openbsd.org 2013/04/22 07:23:08 |
28 | [regress/multiplex.sh] | 28 | [regress/multiplex.sh] |
29 | Write mux master logs to regress.log instead of ssh.log to keep separate | 29 | Write mux master logs to regress.log instead of ssh.log to keep separate |
30 | - djm@cvs.openbsd.org 2013/05/10 03:46:14 | ||
31 | [modpipe.c] | ||
32 | sync some portability changes from portable OpenSSH (id sync only) | ||
30 | 33 | ||
31 | 20130516 | 34 | 20130516 |
32 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | 35 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be |
diff --git a/regress/modpipe.c b/regress/modpipe.c index 3322d1a70..85747cf7d 100755 --- a/regress/modpipe.c +++ b/regress/modpipe.c | |||
@@ -14,7 +14,7 @@ | |||
14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 14 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
15 | */ | 15 | */ |
16 | 16 | ||
17 | /* $OpenBSD: modpipe.c,v 1.4 2013/02/20 08:29:27 djm Exp $ */ | 17 | /* $OpenBSD: modpipe.c,v 1.5 2013/05/10 03:46:14 djm Exp $ */ |
18 | 18 | ||
19 | #include "includes.h" | 19 | #include "includes.h" |
20 | 20 | ||