diff options
author | Damien Miller <djm@mindrot.org> | 2010-01-28 06:26:20 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-01-28 06:26:20 +1100 |
commit | 45a81a0e18fe988f20794622390146c7e3975d6f (patch) | |
tree | fc29d227487513104ed156214a9018febcb9b379 /mux.c | |
parent | e1537f951fa87e4d070adda82b474b25cf4902ec (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | * |