Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/netpgp/dist/src/lib size_t %z police



details:   https://anonhg.NetBSD.org/src/rev/ccf551fd284f
branches:  trunk
changeset: 749766:ccf551fd284f
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 07 16:55:37 2009 +0000

description:
size_t %z police

diffstat:

 crypto/external/bsd/netpgp/dist/src/lib/keyring.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 12783c8840e5 -r ccf551fd284f crypto/external/bsd/netpgp/dist/src/lib/keyring.c
--- a/crypto/external/bsd/netpgp/dist/src/lib/keyring.c Mon Dec 07 16:22:41 2009 +0000
+++ b/crypto/external/bsd/netpgp/dist/src/lib/keyring.c Mon Dec 07 16:55:37 2009 +0000
@@ -57,7 +57,7 @@
 
 #if defined(__NetBSD__)
 __COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: keyring.c,v 1.24 2009/12/07 16:17:17 agc Exp $");
+__RCSID("$NetBSD: keyring.c,v 1.25 2009/12/07 16:55:37 martin Exp $");
 #endif
 
 #ifdef HAVE_FCNTL_H
@@ -851,7 +851,7 @@
        }
        len = strlen(name);
        if (__ops_get_debug_level(__FILE__)) {
-               (void) fprintf(io->outs, "[%u] name '%s', len %u\n",
+               (void) fprintf(io->outs, "[%u] name '%s', len %zu\n",
                        *from, name, len);
        }
        /* first try name as a keyid */



Home | Main Index | Thread Index | Old Index