Module Name: src Committed By: christos Date: Fri May 10 16:38:47 UTC 2013
Modified Files: src/crypto/external/bsd/openssh/dist: log.c Log Message: remove error(1) output. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssh/dist/log.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/crypto/external/bsd/openssh/dist/log.c diff -u src/crypto/external/bsd/openssh/dist/log.c:1.8 src/crypto/external/bsd/openssh/dist/log.c:1.9 --- src/crypto/external/bsd/openssh/dist/log.c:1.8 Fri Mar 29 12:19:45 2013 +++ src/crypto/external/bsd/openssh/dist/log.c Fri May 10 12:38:47 2013 @@ -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 <y...@cs.hut.fi> @@ -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 @@ do_log(LogLevel level, const char *fmt, { 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