summaryrefslogtreecommitdiff
path: root/sys/ddb/db_command.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-11-14 17:52:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-11-14 17:52:37 +0000
commit6a1c56fcde536e30ab84f9f5c9fe45e8afadab21 (patch)
tree1a834eda73a53bf8cc18c515d7def6d743fd0507 /sys/ddb/db_command.c
parentd17d7c78a5e03bf637f4a78d847170a7315ca4bf (diff)
Be consistent in db_cmd_loop_done declaration.
Diffstat (limited to 'sys/ddb/db_command.c')
-rw-r--r--sys/ddb/db_command.c4
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;
/*