summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_input.c
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1997-12-05 05:36:58 +0000
committerdyson <dyson@FreeBSD.org>1997-12-05 05:36:58 +0000
commit0f54a3a55fc405b6373d96d2bf95d51d78be5e0c (patch)
treee0c238826fa9cc43acfaaeebfcb690162eb68a94 /sys/ddb/db_input.c
parentff417c501bdbe76af0906b9e4a7d057ced7d124e (diff)
downloadFreeBSD-src-0f54a3a55fc405b6373d96d2bf95d51d78be5e0c.zip
FreeBSD-src-0f54a3a55fc405b6373d96d2bf95d51d78be5e0c.tar.gz
Some fixes from John Hood:
1) Fix the initialization of malloc structure that changed due to perf opt. 2) Remove unneeded include. 3) An initialization assert added to malloc. Submitted by: John Hood <cgull@smoke.marlboro.vt.us>
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 453052a..857afd6 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>
OpenPOWER on IntegriCloud