• Dan McGee's avatar
    Simplify setsockopt() casting workaround · 81768801
    Dan McGee authored
    On Win32, the third setsockopt parameter has type (char *) while on POSIX
    systems it is (void *). However, given that it is a no-op cast to go from a
    char pointer to a void pointer, we can cast to a char pointer (with a
    possible const modifier) on all platforms and satisfy the compiler.
    Signed-off-by: 's avatarDan McGee <dan@archlinux.org>
    81768801
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...