aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authorJohn Dyson <dyson@FreeBSD.org>1997-12-05 05:36:58 +0000
committerJohn Dyson <dyson@FreeBSD.org>1997-12-05 05:36:58 +0000
commitd4060a8751045b06cbdf738d3aec63db9e47ff9d (patch)
tree7dae31c355cf060d9aaa3bf8ae3d7aafc04116b9 /sys/ddb/db_input.c
parentfc018b804b7cd295e8a2a4bb240b169f03778a7d (diff)
Notes
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r--sys/ddb/db_input.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index 453052a57f1f2..857afd637a73f 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -23,7 +23,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: db_input.c,v 1.21 1997/11/09 06:30:29 msmith Exp $
+ * $Id: db_input.c,v 1.22 1997/11/20 16:53:23 bde Exp $
*/
/*
@@ -32,7 +32,6 @@
*/
#include <sys/param.h>
-#include <sys/malloc.h>
#include <sys/systm.h>
#include <machine/cons.h>