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/rpc.lockd Pull up revision 1.7 (via patch, req...



details:   https://anonhg.NetBSD.org/src/rev/3c11759cd9cc
branches:  netbsd-1-4
changeset: 471113:3c11759cd9cc
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 17:02:33 2000 +0000

description:
Pull up revision 1.7 (via patch, requested by he):
  Format string cleanup.

diffstat:

 usr.sbin/rpc.lockd/lock_proc.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 31b1a5414d72 -r 3c11759cd9cc usr.sbin/rpc.lockd/lock_proc.c
--- a/usr.sbin/rpc.lockd/lock_proc.c    Thu Oct 19 17:02:11 2000 +0000
+++ b/usr.sbin/rpc.lockd/lock_proc.c    Thu Oct 19 17:02:33 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lock_proc.c,v 1.2 1997/10/18 04:01:15 lukem Exp $      */
+/*     $NetBSD: lock_proc.c,v 1.2.4.1 2000/10/19 17:02:33 he Exp $     */
 
 /*
  * Copyright (c) 1995
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: lock_proc.c,v 1.2 1997/10/18 04:01:15 lukem Exp $");
+__RCSID("$NetBSD: lock_proc.c,v 1.2.4.1 2000/10/19 17:02:33 he Exp $");
 #endif
 
 #include <sys/param.h>
@@ -173,7 +173,7 @@
        client = clntudp_create(host_addr, NLM_PROG, NLM_VERS,
            retry_time, &sock_no);
        if (!client) {
-               syslog(LOG_ERR, clnt_spcreateerror("clntudp_create"));
+               syslog(LOG_ERR, "%s", clnt_spcreateerror("clntudp_create"));
                syslog(LOG_ERR, "Unable to return result to %s",
                    inet_ntoa(host_addr->sin_addr));
                return NULL;



Home | Main Index | Thread Index | Old Index