-D_RESEARCH_SOURCE -D_POSIX_SOURCE plan9.c /sys/include/ape/u.h:4[stdin:15] not a function /sys/include/ape/u.h:4[stdin:15] syntax error, last name: headerPointers on how to fix this are welcome :)Plumb it. You will see an #ifndef which is true, producing a syntax error. The compiler is right.Supply a -D_WHAT_EVER in the makefile will fix this.
Many thanks :) -D_PLAN9_SOURCE in the mkfile fixed it. /c
