]> andersk Git - openssh.git/blobdiff - log.c
- (djm) Configure glue for DNS support (code doesn't work in portable yet)
[openssh.git] / log.c
diff --git a/log.c b/log.c
index 84e4ce0ac105a2751bb1745e2097ae5049bbac64..bc9a2dc1b9e04cf2c1b9a75496a2d3ba8b87d3fe 100644 (file)
--- a/log.c
+++ b/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"
@@ -127,7 +127,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;
 
This page took 0.033406 seconds and 4 git commands to generate.