View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004053 | unreal | module api | public | 2011-11-12 05:18 | 2012-12-15 20:45 |
| Reporter | warg | Assigned To | syzop | ||
| Priority | normal | Severity | tweak | Reproducibility | have not tried |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.9 | ||||
| Summary | 0004053: 3rd party module m_rmban.c from unrealircd.org/modules.php fails to compile | ||||
| Description | The 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 Information | The 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 | |||||
| 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 |