summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-01-28 06:26:20 +1100
committerDamien Miller <djm@mindrot.org>2010-01-28 06:26:20 +1100
commit45a81a0e18fe988f20794622390146c7e3975d6f (patch)
treefc29d227487513104ed156214a9018febcb9b379 /mux.c
parente1537f951fa87e4d070adda82b474b25cf4902ec (diff)
- djm@cvs.openbsd.org 2010/01/26 02:15:20
[mux.c] -Wuninitialized and remove a // comment; from portable (Id sync only)
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mux.c b/mux.c
index dcd6dc028..ef99b5737 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mux.c,v 1.10 2010/01/26 01:28:35 djm Exp $ */ 1/* $OpenBSD: mux.c,v 1.11 2010/01/26 02:15:20 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
4 * 4 *