summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-17 16:16:21 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-01-17 16:16:21 +0800
commit5349e5064367204a024e48756261fcbb0c01832c (patch)
treeeee35c82eda2f2b61ba74fef8a28e982e18b7005 /mbbsd
parent7b6c05d74dc34dd6b61e07eb314048cdddc292f0 (diff)
downloadpttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar.gz
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar.bz2
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar.lz
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar.xz
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.tar.zst
pttbbs-5349e5064367204a024e48756261fcbb0c01832c.zip
clean up
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@622 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/read.c3
1 files changed, 1 insertions, 2 deletions
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) {