XD2031
XD2031 copied to clipboard
sockserv contains Linux-specific code
sockserv/uarthw.c:61:53: error: use of undeclared identifier 'SOCK_NONBLOCK' if ((sockfd = socket(AF_UNIX, SOCK_STREAM | SOCK_NONBLOCK,0)) < 0) {
Whenever somebody removes this Linux-specific code, please also remove the workaround in firmware/Makefile to enable the built of sockserv.