diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-02-12 14:41:09 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-02-12 14:41:09 +0000 |
commit | 83d2e89c7ffb2d5e854f7218fb87bd9b84e76445 (patch) | |
tree | d4dd991115d2bbdf904080a59af98496bfd6ae71 /sys/ddb/db_run.h | |
parent | 2483ace7e3f655ab9e54781d76d76d52eeed5bf7 (diff) |
Remove commons; inspired by netbsd.
Diffstat (limited to 'sys/ddb/db_run.h')
-rw-r--r-- | sys/ddb/db_run.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/ddb/db_run.h b/sys/ddb/db_run.h index ff8e3df300d..e9fcca75da5 100644 --- a/sys/ddb/db_run.h +++ b/sys/ddb/db_run.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_run.h,v 1.7 2002/03/14 01:26:51 millert Exp $ */ +/* $OpenBSD: db_run.h,v 1.8 2003/02/12 14:41:07 jason Exp $ */ /* $NetBSD: db_run.h,v 1.3 1996/02/05 01:57:14 christos Exp $ */ /* @@ -36,9 +36,9 @@ /* * Commands to run process. */ -int db_inst_count; -int db_load_count; -int db_store_count; +extern int db_inst_count; +extern int db_load_count; +extern int db_store_count; boolean_t db_stop_at_pc(db_regs_t *, boolean_t *); void db_restart_at_pc(db_regs_t *, boolean_t); |