summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c
diff options
context:
space:
mode:
authoritojun <itojun@openbsd.org>2003-04-08 20:21:28 +0000
committeritojun <itojun@openbsd.org>2003-04-08 20:21:28 +0000
commit7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a (patch)
tree4fa5113b9414d5d3d8016333d209cab2d6facefd /usr.bin/ssh/log.c
parenteasy sprintf in code we don't use (diff)
downloadwireguard-openbsd-7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a.tar.xz
wireguard-openbsd-7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a.zip
rename log() into logit() to avoid name conflict. markus ok, from netbsd
Diffstat (limited to 'usr.bin/ssh/log.c')
-rw-r--r--usr.bin/ssh/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c
index f019db120c7..025a4b42d95 100644
--- a/usr.bin/ssh/log.c
+++ b/usr.bin/ssh/log.c
@@ -34,7 +34,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.25 2003/01/11 18:29:43 markus Exp $");
+RCSID("$OpenBSD: log.c,v 1.26 2003/04/08 20:21:28 itojun Exp $");
#include "log.h"
#include "xmalloc.h"
@@ -124,7 +124,7 @@ error(const char *fmt,...)
/* Log this message (information that usually should go to the log). */
void
-log(const char *fmt,...)
+logit(const char *fmt,...)
{
va_list args;