Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libpuffs/opdump.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libpuffs/opdump.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- src/lib/libpuffs/opdump.c 2006/10/23 00:22:24 1.2 +++ src/lib/libpuffs/opdump.c 2006/10/23 03:10:09 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: opdump.c,v 1.2 2006/10/23 00:22:24 christos Exp $ */ +/* $NetBSD: opdump.c,v 1.3 2006/10/23 03:10:09 christos Exp $ */ /* * Copyright (c) 2005, 2006 Antti Kantee. All Rights Reserved. @@ -36,7 +36,7 @@ #include #if !defined(lint) -__RCSID("$NetBSD: opdump.c,v 1.2 2006/10/23 00:22:24 christos Exp $"); +__RCSID("$NetBSD: opdump.c,v 1.3 2006/10/23 03:10:09 christos Exp $"); #endif /* !lint */ #include @@ -98,8 +98,8 @@ void puffsdump_req(struct puffs_req *preq) { - printf("\treqid: %llu, opclass %d, optype: %s, cookie: %p,\n" - "\t\taux: %p, auxlen: %d\n", + printf("\treqid: %" PRIuFAST64 ", opclass %d, optype: %s, cookie: %p,\n" + "\t\taux: %p, auxlen: %zu\n", preq->preq_id, preq->preq_opclass, vnop_revmap[preq->preq_optype], preq->preq_cookie, preq->preq_aux, preq->preq_auxlen); }