View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005999 | unreal | installing | public | 2021-11-07 17:19 | 2021-11-10 07:12 |
Reporter | Jobe | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.0-beta2 | ||||
Fixed in Version | 6.0.0-beta3 | ||||
Summary | 0005999: Compile Error: ‘struct pollfd’ has no member named ‘local’ | ||||
Description | When compiling UnrealIRCd on non-windows systems where poll is used due to a lack of epoll and kqueue support, the following error occurs when compiling: dispatch.c: In function ‘fd_select’: dispatch.c:626:11: error: ‘struct pollfd’ has no member named ‘local’ fd = pfd->local->fd; ^ | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
commit 585ee5c63f7f6f8b9b36534476540b67a83989b5 (HEAD -> unreal60_dev, origin/unreal60_dev) Author: Bram Matthys <[email protected]> Date: Wed Nov 10 07:09:01 2021 +0100 Fix error when using the poll() i/o engine. Reported by Jobe in https://bugs.unrealircd.org/view.php?id=5999 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-11-07 17:19 | Jobe | New Issue | |
2021-11-10 07:12 | syzop | Assigned To | => syzop |
2021-11-10 07:12 | syzop | Status | new => resolved |
2021-11-10 07:12 | syzop | Resolution | open => fixed |
2021-11-10 07:12 | syzop | Fixed in Version | => 6.0.0-beta3 |
2021-11-10 07:12 | syzop | Note Added: 0022177 |