View Issue Details

IDProjectCategoryView StatusLast Update
0004053unrealmodule apipublic2012-12-15 20:45
Reporterwarg Assigned Tosyzop  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionno change required 
Product Version3.2.9 
Summary0004053: 3rd party module m_rmban.c from unrealircd.org/modules.php fails to compile
DescriptionThe 3rd party module m_rmban.c from unrealircd.org/modules.php fails to compile because clean_ban_mask is already defined in h.h and takes different arguments


m_rmban.c:37: error: conflicting types for ‘clean_ban_mask’
../include/h.h:762: note: previous declaration of ‘clean_ban_mask’ was here
make[2]: *** [custommodule] Error 1
make[2]: Leaving directory `/usr/src/Unreal3.2.9/src/modules'
make[1]: *** [custommodule] Error 2
make[1]: Leaving directory `/usr/src/Unreal3.2.9/src'
make: *** [custommodule] Error 2
Additional InformationThe patch attached simply renames occurrences of clean_ban_mask to clean_rmban_mask to remedy the issue.
Attached Files
m_rmban.c.patch (769 bytes)
3rd party modules

Activities

syzop

2012-12-15 20:45

administrator   ~0017263

This module is no longer on the modules site.
If you feel the module is useful and want to re-submit a fixed version, then feel free to do so (at modules.unrealircd.org).

Issue History

Date Modified Username Field Change
2011-11-12 05:18 warg New Issue
2011-11-12 05:18 warg File Added: m_rmban.c.patch
2012-12-15 20:45 syzop Note Added: 0017263
2012-12-15 20:45 syzop Status new => closed
2012-12-15 20:45 syzop Assigned To => syzop
2012-12-15 20:45 syzop Resolution open => no change required
2017-01-06 15:48 syzop Category module => module api