artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca868f0
)
whitespace fix; no binary change
author
anton
<anton@openbsd.org>
Tue, 18 Sep 2018 18:36:27 +0000
(18:36 +0000)
committer
anton
<anton@openbsd.org>
Tue, 18 Sep 2018 18:36:27 +0000
(18:36 +0000)
sys/ddb/db_command.c
patch
|
blob
|
history
diff --git
a/sys/ddb/db_command.c
b/sys/ddb/db_command.c
index
a275023
..
4f9244c
100644
(file)
--- a/
sys/ddb/db_command.c
+++ b/
sys/ddb/db_command.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: db_command.c,v 1.8
3 2018/01/05 11:10:25 pirofti Exp $
*/
+/* $OpenBSD: db_command.c,v 1.8
4 2018/09/18 18:36:27 anton Exp $
*/
/* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */
/*
@@
-878,7
+878,7
@@
db_show_regs(db_expr_t addr, int have_addr, db_expr_t count, char *modif)
*/
/*ARGSUSED*/
void
-db_write_cmd(db_expr_t address, boolean_t have_addr, db_expr_t count,
+db_write_cmd(db_expr_t address, boolean_t have_addr, db_expr_t count,
char *modif)
{
db_addr_t addr;