Source-Changes-HG archive

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

[src/netbsd-1-4]: src/usr.sbin/rwhod Pull up revision 1.18 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/7e77a70238d3
branches:  netbsd-1-4
changeset: 471139:7e77a70238d3
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 17:05:49 2000 +0000

description:
Pull up revision 1.18 (requested by he):
  Format string cleanup.

diffstat:

 usr.sbin/rwhod/rwhod.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r f415b1c88917 -r 7e77a70238d3 usr.sbin/rwhod/rwhod.c
--- a/usr.sbin/rwhod/rwhod.c    Thu Oct 19 17:05:47 2000 +0000
+++ b/usr.sbin/rwhod/rwhod.c    Thu Oct 19 17:05:49 2000 +0000
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)rwhod.c    8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: rwhod.c,v 1.14.2.2 2000/01/08 18:09:00 he Exp $");
+__RCSID("$NetBSD: rwhod.c,v 1.14.2.3 2000/10/19 17:05:49 he Exp $");
 #endif
 #endif /* not lint */
 
@@ -383,7 +383,7 @@
 quit(msg)
        char *msg;
 {
-       syslog(LOG_ERR, msg);
+       syslog(LOG_ERR, "%s", msg);
        exit(1);
 }
 



Home | Main Index | Thread Index | Old Index