NetBSD-Bugs archive

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

Re: kern/48808



The following reply was made to PR kern/48808; it has been noted by GNATS.

From: "Thomas Schmitt" <scdbackup%gmx.net@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/48808
Date: Mon, 19 May 2014 23:24:54 +0200

 I see in the patch text that i forgot to adapt the debugging code
 to the new data type of variable "sess".
 For review, please virtually apply this change to the patch for
 sys/fs/cd9660/cd9660_vfsops.c:
 
   #ifdef ISO_DEBUG
 -      printf("isofs: session offset (part %"PRId32") %d\n", DISKPART(dev), 
sess);
 +      printf("isofs: session offset (part %"PRIu32") %d\n", DISKPART(dev), 
sess);
   #endif
 


Home | Main Index | Thread Index | Old Index