K 10 svn:author V 2 se K 8 svn:date V 27 2020-09-04T12:05:45.084681Z K 7 svn:log V 302 Fix build with -fno-common While here simplify the port's Makefile and fix the wrong usage of bzero and other library functions that take a buffer size: The size parameter passed was always the pointer, not the buffer pointed to, i.e. "bzero(buf, sizeof(buf)" instead of "bzero(buf, sizeof(*buf)" ... END