Closed gbaligh closed 8 years ago
in Ubuntu this code failed to compile
rtmon.c:61:21: error: format '%p' expects argument of type 'void *', but argument 3 has type 'int' [-Werror=format=] syslog(LOG_ERR, "Binding on socket(%p) failed.", sock);
in Ubuntu this code failed to compile