summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-01-25 07:15:40 +0000
committerphk <phk@FreeBSD.org>1996-01-25 07:15:40 +0000
commitb744a1f417735566235e99126473ae0f41273749 (patch)
tree7ec3f48c222d4b1cb1b57877bd5fd79b37faac00 /sys/vm
parenteb3b1f018c6d6dbe6ccea320bcd6905335547ede (diff)
downloadFreeBSD-src-b744a1f417735566235e99126473ae0f41273749.zip
FreeBSD-src-b744a1f417735566235e99126473ae0f41273749.tar.gz
Don't use %r, we havn't got it anymore.
Submitted by: bde
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 77d82a6..2642343 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -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 */
OpenPOWER on IntegriCloud