From 7e56a8a60ec722a5f455b4ae9ceeb1ed1879c77a Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 8 Apr 2003 20:21:28 +0000 Subject: rename log() into logit() to avoid name conflict. markus ok, from netbsd --- usr.bin/ssh/servconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh/servconf.c') diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index c28e64100d0..9109a016141 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -10,7 +10,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: servconf.c,v 1.116 2003/02/21 09:05:53 markus Exp $"); +RCSID("$OpenBSD: servconf.c,v 1.117 2003/04/08 20:21:29 itojun Exp $"); #if defined(KRB4) || defined(KRB5) #include @@ -869,7 +869,7 @@ parse_flag: goto parse_int; case sDeprecated: - log("%s line %d: Deprecated option %s", + logit("%s line %d: Deprecated option %s", filename, linenum, arg); while (arg) arg = strdelim(&cp); -- cgit v1.2.3-59-g8ed1b