Don't use %r, we havn't got it anymore.
Submitted by: bde
This commit is contained in:
parent
eb3b1f018c
commit
b744a1f417
@ -59,7 +59,7 @@
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: vm_glue.c,v 1.35 1996/01/04 21:13:14 wollman Exp $
|
||||
* $Id: vm_glue.c,v 1.36 1996/01/19 03:59:46 dyson Exp $
|
||||
*/
|
||||
|
||||
#include "opt_sysvipc.h"
|
||||
@ -627,7 +627,7 @@ iprintf(fmt /* , va_alist */ )
|
||||
while (--i >= 0)
|
||||
printf(" ");
|
||||
va_start(ap, fmt);
|
||||
printf("%r", fmt, ap);
|
||||
vprintf(fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
#endif /* DDB */
|
||||
|
Loading…
Reference in New Issue
Block a user