Fixed printf format errors.

This commit is contained in:
Bruce Evans 1998-07-11 12:07:52 +00:00
parent fc62ef1fb5
commit 92c4c4eb52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37563

View File

@ -66,7 +66,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: vm_fault.c,v 1.82 1998/03/07 20:45:47 dyson Exp $
* $Id: vm_fault.c,v 1.83 1998/05/04 03:01:43 dyson Exp $
*/
/*
@ -231,7 +231,7 @@ RetryFault:;
if (fs.entry->eflags & MAP_ENTRY_NOFAULT) {
panic("vm_fault: fault on nofault entry, addr: %lx",
vaddr);
(u_long)vaddr);
}
/*