From 45a81a0e18fe988f20794622390146c7e3975d6f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Jan 2010 06:26:20 +1100 Subject: [PATCH] - djm@cvs.openbsd.org 2010/01/26 02:15:20 [mux.c] -Wuninitialized and remove a // comment; from portable (Id sync only) --- ChangeLog | 7 +++++++ mux.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b85350453..aac1b7193 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 dcd6dc028..ef99b5737 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 *