diff options
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r-- | sys/ddb/db_command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index bd91d46ae82..9eb3bf028cf 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_command.c,v 1.47 2007/11/05 19:23:24 miod Exp $ */ +/* $OpenBSD: db_command.c,v 1.48 2007/11/14 17:52:36 miod Exp $ */ /* $NetBSD: db_command.c,v 1.20 1996/03/30 22:30:05 christos Exp $ */ /* @@ -58,7 +58,7 @@ /* * Exported global variables */ -boolean_t db_cmd_loop_done; +int db_cmd_loop_done; label_t *db_recover; /* |