summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/db_output.c')
-rw-r--r--sys/ddb/db_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c
index 9192c18..e82eea6 100644
--- a/sys/ddb/db_output.c
+++ b/sys/ddb/db_output.c
@@ -63,7 +63,7 @@ db_expr_t db_tab_stop_width = 8; /* how wide are tab stops? */
((((i) + db_tab_stop_width) / db_tab_stop_width) * db_tab_stop_width)
db_expr_t db_max_width = 79; /* output line width */
-static void db_putchar __P((int c, void *arg));
+static void db_putchar(int c, void *arg);
/*
* Force pending whitespace.
OpenPOWER on IntegriCloud