diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-07-30 17:40:45 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-07-30 17:40:45 +0000 |
| commit | 89785a16541ab390dea5d8740bb8a9baa29dc207 (patch) | |
| tree | 2db83a4f9cab18a0ed89b35fa9beb977d1662bf6 /sys/miscfs/devfs/devfs_vnops.c | |
| parent | 85badd7eba15f7b7172d6cc6d2f99c67ed5efdcd (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/devfs/devfs_vnops.c')
| -rw-r--r-- | sys/miscfs/devfs/devfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c index a916f9c8a5bd2..bc82ac0f1e930 100644 --- a/sys/miscfs/devfs/devfs_vnops.c +++ b/sys/miscfs/devfs/devfs_vnops.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: devfs_vnops.c,v 1.56 1998/06/10 06:34:54 peter Exp $ + * $Id: devfs_vnops.c,v 1.57 1998/07/05 23:10:21 julian Exp $ */ @@ -2046,7 +2046,7 @@ devfs_getpages(struct vop_getpages_args *ap) m = ap->a_m[ap->a_reqpage]; #ifndef MAX_PERF printf("devfs_getpages: I/O read failure: (error code=%d)\n", error); - printf(" size: %d, resid: %d, a_count: %d, valid: 0x%x\n", + printf(" size: %d, resid: %ld, a_count: %d, valid: 0x%x\n", size, bp->b_resid, ap->a_count, m->valid); printf(" nread: %d, reqpage: %d, pindex: %d, pcount: %d\n", nread, ap->a_reqpage, m->pindex, pcount); |
