Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist remove error(1) output.



details:   https://anonhg.NetBSD.org/src/rev/2eba60bef4b6
branches:  trunk
changeset: 786786:2eba60bef4b6
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 10 16:38:47 2013 +0000

description:
remove error(1) output.

diffstat:

 crypto/external/bsd/openssh/dist/log.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 274c540cb749 -r 2eba60bef4b6 crypto/external/bsd/openssh/dist/log.c
--- a/crypto/external/bsd/openssh/dist/log.c    Fri May 10 16:37:10 2013 +0000
+++ b/crypto/external/bsd/openssh/dist/log.c    Fri May 10 16:38:47 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: log.c,v 1.8 2013/03/29 16:19:45 christos Exp $ */
+/*     $NetBSD: log.c,v 1.9 2013/05/10 16:38:47 christos Exp $ */
 /* $OpenBSD: log.c,v 1.43 2012/09/06 04:37:39 dtucker Exp $ */
 /*
  * Author: Tatu Ylonen <ylo%cs.hut.fi@localhost>
@@ -36,7 +36,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: log.c,v 1.8 2013/03/29 16:19:45 christos Exp $");
+__RCSID("$NetBSD: log.c,v 1.9 2013/05/10 16:38:47 christos Exp $");
 #include <sys/types.h>
 #include <sys/uio.h>
 
@@ -411,7 +411,6 @@
                        { visbuf, len3 },
                        { __UNCONST("\r\n"), 2 },
                };
-/*###414 [lint] warning conversion to 'int' due to prototype, arg #3 [259]%%%*/
                writev(STDERR_FILENO, iov, __arraycount(iov));
        } else {
 #ifdef SYSLOG_DATA_INIT



Home | Main Index | Thread Index | Old Index