From 8be710863b3870e8c096058e6a17f2338acff52d Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 18 Mar 2008 11:26:23 +0000 Subject: - Fix compilation error: Rename is now in libbbsutil. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4007 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- innbbsd/receive_article.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'innbbsd/receive_article.c') diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c index 87726ab1..4ef00008 100644 --- a/innbbsd/receive_article.c +++ b/innbbsd/receive_article.c @@ -815,6 +815,7 @@ post_article(homepath, userid, board, writebody, pathname, firstpath) * woju Cross-fs rename() */ +#if 0 // moved to libbbsutil int Rename(const char *src, const char *dst) { @@ -827,6 +828,7 @@ Rename(const char *src, const char *dst) sprintf(cmd, "/bin/mv %s %s", src, dst); return system(cmd); } +#endif void -- cgit v1.2.3