summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-07-08 10:53:58 +0000
committerbde <bde@FreeBSD.org>1998-07-08 10:53:58 +0000
commitc9efed72bc8dec26d2f4b9e8e0f798fd6c0b09a4 (patch)
tree80c572fd7be896b8222146b062af0b33e4651633 /sys/ddb/db_command.c
parentb5d9d2e7066642affdab55e8415242ac5619218d (diff)
downloadFreeBSD-src-c9efed72bc8dec26d2f4b9e8e0f798fd6c0b09a4.zip
FreeBSD-src-c9efed72bc8dec26d2f4b9e8e0f798fd6c0b09a4.tar.gz
Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c
index 9b84481..1a44450 100644
--- a/sys/ddb/db_command.c
+++ b/sys/ddb/db_command.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_command.c,v 1.26 1998/05/19 11:02:22 phk Exp $
+ * $Id: db_command.c,v 1.27 1998/05/19 18:42:03 phk Exp $
*/
/*
@@ -530,7 +530,7 @@ db_fncall(dummy1, dummy2, dummy3, dummy4)
retval = (*func)(args[0], args[1], args[2], args[3], args[4],
args[5], args[6], args[7], args[8], args[9] );
- db_printf("%#n\n", retval);
+ db_printf("%#r\n", retval);
}
/* Enter GDB remote protocol debugger on the next trap. */
OpenPOWER on IntegriCloud