From 5349e5064367204a024e48756261fcbb0c01832c Mon Sep 17 00:00:00 2001 From: kcwu Date: Fri, 17 Jan 2003 08:16:21 +0000 Subject: clean up git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@622 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mbbsd') diff --git a/mbbsd/read.c b/mbbsd/read.c index cd0811e0..b926a852 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.15 2002/11/07 14:22:34 in2 Exp $ */ +/* $Id: read.c,v 1.16 2003/01/17 08:16:21 kcwu Exp $ */ #include "bbs.h" #define MAXPATHLEN 256 @@ -188,7 +188,6 @@ getkeep(char *s, int def_topline, int def_cursline) { static struct keeploc_t *keeplist = NULL; struct keeploc_t *p; - void *malloc(); if (def_cursline >= 0) for (p = keeplist; p; p = p->next) { -- cgit v1.2.3