===> License BSD2CLAUSE accepted by the user ===> miniminiweb-0cipiertest depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by miniminiweb-0cipiertest for building ===> Extracting for miniminiweb-0cipiertest => SHA256 Checksum OK for neelchauhan-MiniMiniWeb-v0cipiertest_GH0.tar.gz. ===> Patching for miniminiweb-0cipiertest ===> Configuring for miniminiweb-0cipiertest ===> Building for miniminiweb-0cipiertest --- All --- cc MiniMiniWeb.c socket.c uri_decode.c req_process.c http_head.c path_fix.c -o MiniMiniWeb -O2 -pipe -fstack-protector -fno-strict-aliasing -lpthread req_process.c:63:2: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration] close(full_sarg->sock_ptr); ^ req_process.c:74:3: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(full_sarg->sock_ptr, out, strlen(out)); ^ 2 warnings generated. http_head.c:55:2: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration] write(full_sarg->sock_ptr, top_head, strlen(top_head)); ^ 1 warning generated. 0