From 0f54a3a55fc405b6373d96d2bf95d51d78be5e0c Mon Sep 17 00:00:00 2001 From: dyson Date: Fri, 5 Dec 1997 05:36:58 +0000 Subject: 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 --- sys/ddb/db_input.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/ddb/db_input.c') 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 -#include #include #include -- cgit v1.1