View Issue Details

IDProjectCategoryView StatusLast Update
0005999unrealinstallingpublic2021-11-10 07:12
ReporterJobe Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version6.0.0-beta2 
Fixed in Version6.0.0-beta3 
Summary0005999: Compile Error: ‘struct pollfd’ has no member named ‘local’
DescriptionWhen 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;
           ^
TagsNo tags attached.
3rd party modules

Activities

syzop

2021-11-10 07:12

administrator   ~0022177

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

Issue History

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