aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1998-05-19 18:42:09 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1998-05-19 18:42:09 +0000
commitaec5a849f9deea3afa940e2e9fbde3eded1d8bb9 (patch)
tree3c384d81c3e294a01b06bd43c267949d11bb9166 /sys/ddb/ddb.h
parent677c9dd6f37e4f1d7ea699a58e6beb7a99b8e8c4 (diff)
downloadsrc-aec5a849f9deea3afa940e2e9fbde3eded1d8bb9.tar.gz
src-aec5a849f9deea3afa940e2e9fbde3eded1d8bb9.zip
Redo the previous commit in a more Bruce-friendly fashion.
Urged by: bde
Notes
Notes: svn path=/head/; revision=36197
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index b635ff2511d7..e704561dfd44 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ddb.h,v 1.15 1998/02/13 02:19:29 bde Exp $
+ * $Id: ddb.h,v 1.16 1998/05/19 11:02:24 phk Exp $
*/
/*
@@ -116,7 +116,6 @@ db_cmdfcn_t db_print_cmd;
db_cmdfcn_t db_ps;
db_cmdfcn_t db_search_cmd;
db_cmdfcn_t db_set_cmd;
-db_cmdfcn_t db_show_msgbuf;
db_cmdfcn_t db_show_regs;
db_cmdfcn_t db_single_step_cmd;
db_cmdfcn_t db_stack_trace_cmd;