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/sys/fs/cd9660/cd9660_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/cd9660/cd9660_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- src/sys/fs/cd9660/cd9660_vfsops.c 2008/06/28 01:34:05 1.63 +++ src/sys/fs/cd9660/cd9660_vfsops.c 2009/01/11 10:07:54 1.64 @@ -1,4 +1,4 @@ -/* $NetBSD: cd9660_vfsops.c,v 1.63 2008/06/28 01:34:05 rumble Exp $ */ +/* $NetBSD: cd9660_vfsops.c,v 1.64 2009/01/11 10:07:54 cegger Exp $ */ /*- * Copyright (c) 1994 @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.63 2008/06/28 01:34:05 rumble Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cd9660_vfsops.c,v 1.64 2009/01/11 10:07:54 cegger Exp $"); #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" @@ -381,7 +381,7 @@ iso_mountfs(struct vnode *devvp, struct sess = 0; /* never mind */ } #ifdef ISO_DEBUG - printf("isofs: session offset (part %d) %d\n", DISKPART(dev), sess); + printf("isofs: session offset (part %"PRId64") %d\n", DISKPART(dev), sess); #endif for (iso_blknum = 16; iso_blknum < 100; iso_blknum++) {