From 4be55551cb2c4cbad4b36b5dadd3a99860f301fb 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@622 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/mbbsd/read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pttbbs/mbbsd/read.c b/pttbbs/mbbsd/read.c index cd0811e0..b926a852 100644 --- a/pttbbs/mbbsd/read.c +++ b/pttbbs/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