]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/hash.c
MyFree -> rb_free
[irc/rqf/shadowircd.git] / src / hash.c
index 2c821287bfeff3a793eb0df05696917d52fa9b8e..06beb69ad5d7f766a226fa9918b50a6671c4490d 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "stdinc.h"
 #include "ircd_defs.h"
-#include "tools.h"
 #include "s_conf.h"
 #include "channel.h"
 #include "client.h"
@@ -36,7 +35,6 @@
 #include "ircd.h"
 #include "numeric.h"
 #include "send.h"
-#include "memory.h"
 #include "msg.h"
 #include "cache.h"
 #include "s_newconf.h"
@@ -645,10 +643,10 @@ clear_resv_hash(void)
 {
        struct ConfItem *aconf;
        rb_dlink_node *ptr;
-       rb_dlink_node *next_ptr;
+       rb_dlink_node *rb_free(;
        int i;
 
-       HASH_WALK_SAFE(i, R_MAX, ptr, next_ptr, resvTable)
+       HASH_WALK_SAFE(i, R_MAX, ptr, rb_free(, resvTable)
        {
                aconf = ptr->data;