1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 02:23:13 +02:00

BUILD : 1.7.19 (1289) BUGS : 768 NOTES : Fixed module runtime directory not always being cleaned up nicely

git-svn-id: svn://svn.anope.org/anope/trunk@1289 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1007 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-29 19:05:59 +00:00
parent 56800d4103
commit 3c1a2fbfca
8 changed files with 130 additions and 16 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "slist.h"
E void ModuleRunTimeDirCleanUp(void);
E char *uplink;
+4
View File
@@ -109,6 +109,10 @@
#endif
#endif
#ifndef _WIN32
#include <dirent.h>
#endif
#ifdef USE_RDB
# define MAX_SQL_BUF 4096
#endif