]> The Tcpdump Group git mirrors - libpcap/commit
The third argument to pthread_create() is a function pointer, not a void *.
authorGuy Harris <[email protected]>
Sun, 19 Mar 2017 23:48:25 +0000 (16:48 -0700)
committerGuy Harris <[email protected]>
Sun, 19 Mar 2017 23:48:25 +0000 (16:48 -0700)
commit197b1cf268c9f5878ae79eb22c5e8d3a47447d69
tree4173605807d8a7fe8fbbd2a24f3052c54eb90450
parent849de663bd6a4ac07e3281fa2ff57d91453360de
The third argument to pthread_create() is a function pointer, not a void *.

So don't cast it to void *.
rpcapd/daemon.c