From: djm Date: Wed, 27 Jan 2010 19:26:20 +0000 (+0000) Subject: - djm@cvs.openbsd.org 2010/01/26 02:15:20 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/ae1c633faeec729b9ce9e067d342af1ae632bd2f - djm@cvs.openbsd.org 2010/01/26 02:15:20 [mux.c] -Wuninitialized and remove a // comment; from portable (Id sync only) --- diff --git a/ChangeLog b/ChangeLog index b8535045..aac1b719 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +20100128 + - (djm) OpenBSD CVS Sync + - djm@cvs.openbsd.org 2010/01/26 02:15:20 + [mux.c] + -Wuninitialized and remove a // comment; from portable + (Id sync only) + 20100126 - (djm) OpenBSD CVS Sync - tedu@cvs.openbsd.org 2010/01/17 21:49:09 diff --git a/mux.c b/mux.c index dcd6dc02..ef99b573 100644 --- a/mux.c +++ b/mux.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mux.c,v 1.10 2010/01/26 01:28:35 djm Exp $ */ +/* $OpenBSD: mux.c,v 1.11 2010/01/26 02:15:20 djm Exp $ */ /* * Copyright (c) 2002-2008 Damien Miller *