fix mis-cast in unused code
commitede5ea2d8305ad0c7606d5c338f442a2f45b1efb
authorGlenn Strauss <gstrauss@gluelogic.com>
Thu, 25 Aug 2016 06:01:33 +0000 (25 02:01 -0400)
committerGlenn Strauss <gstrauss@gluelogic.com>
Thu, 25 Aug 2016 06:01:33 +0000 (25 02:01 -0400)
tree9480513c51c91fab9a1a82f3ea203961639696c2
parent40f16d52dbd2cab3987e7269cc0a949c6f0a9ea3
fix mis-cast in unused code

For correctness, fix cast to (fdnode *) in #ifdef __WIN32 code.
(lighttpd compiles under cygwin, but not under native _WIN32)

(thx ToApolytoXaos)
src/fdevent.c