aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2002-03-23 11:53:03 +0000
committerBruce Evans <bde@FreeBSD.org>2002-03-23 11:53:03 +0000
commit763df836228bda0b48e71ea5bef063dcaf4be98d (patch)
tree428a8724ec75a2d0da0323ad3dd24ad78ad42033 /sys/ddb/ddb.h
parentc58eb46e8a8b4c6ecc40f95611173fee3deacd58 (diff)
downloadsrc-763df836228bda0b48e71ea5bef063dcaf4be98d.tar.gz
src-763df836228bda0b48e71ea5bef063dcaf4be98d.zip
Notes
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index fbaf5e67464d..8137a18d8cae 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -39,8 +39,8 @@
#include <machine/db_machdep.h> /* type definitions */
-typedef void db_cmdfcn_t(db_expr_t addr, boolean_t have_addr,
- db_expr_t count, char *modif);
+typedef void db_cmdfcn_t(db_expr_t addr, boolean_t have_addr, db_expr_t count,
+ char *modif);
#define DB_COMMAND(cmd_name, func_name) \
DB_SET(cmd_name, func_name, db_cmd_set)