From 4fa8fee3012a7ecda4d7e45de62e1f3cba5ea38f Mon Sep 17 00:00:00 2001 From: Guy-Fleury Iteriteka Date: Sun, 1 Jan 2023 14:49:07 +0200 Subject: convert K&R into ansi Message-Id: --- ddb/db_write_cmd.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ddb/db_write_cmd.c') diff --git a/ddb/db_write_cmd.c b/ddb/db_write_cmd.c index 1a1e5fc9..cfc2b703 100644 --- a/ddb/db_write_cmd.c +++ b/ddb/db_write_cmd.c @@ -52,11 +52,11 @@ */ /*ARGSUSED*/ void -db_write_cmd(address, have_addr, count, modif) - db_expr_t address; - boolean_t have_addr; - db_expr_t count; - const char * modif; +db_write_cmd( + db_expr_t address, + boolean_t have_addr, + db_expr_t count, + const char * modif) { db_addr_t addr; db_expr_t old_value; -- cgit v1.2.3