cvs commit: src/sys/fs/hpfs hpfs_vnops.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Mon Mar 28 06:19:29 PST 2005


On Mon, Mar 28, 2005 at 01:43:04PM +0000, Jeff Roberson wrote:
+> -#if HPFS_DEBUG
+> -	int wantparent = flags & (LOCKPARENT|WANTPARENT);
+> -#endif
+>  	dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n",
+> -		dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen,
+> -		wantparent));
+> +		dhp->h_no, cnp->cn_nameptr, cnp->cn_namelen));

We now have too many format characters, it should be:

-	dprintf(("hpfs_lookup(0x%x, %s, %ld, %d): \n",
+	dprintf(("hpfs_lookup(0x%x, %s, %ld): \n",

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20050328/a93e2c8e/attachment.bin


More information about the cvs-all mailing list