> pcc -c /sys/src/cmd/gs/zlib/gzio.c > /sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked: fdopen > /sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: "INT" and > "VOID" for op "AS" pcc: cpp: 8c 29761: error
Again, plan9 has moved a little since /sys/src/ape/z/mkfile was written, this should sort out these two errors: hugo% yesterday -D mkfile diff -n /n/dump/2012/0103/sys/src/ape/lib/z/mkfile /sys/src/ape/lib/z/mkfile /n/dump/2012/0103/sys/src/ape/lib/z/mkfile:39 c /sys/src/ape/lib/z/mkfile:39 < CFLAGS=-c --- > CFLAGS=-c -D_C99_SNPRINTF_EXTENSION -D_POSIX_SOURCE -Steve
