summaryrefslogtreecommitdiff
path: root/sys/src/ape/lib/ap/plan9/opendir.c
AgeCommit message (Collapse)Author
2019-06-21Turn on warnings when building libap.Ori Bernstein
For ape, we never enabled warnings in cflags. Turning it on brings up a lot of warnings. Most are noise, but a few caught unused variables and trunctaions of pointers. to smaller integers (int, long). A few warnings remain.
2016-08-28ape: add d_stat struct in dirent struct allowing the avoidance of statscinap_lenrek
2013-05-06ape: remove unused variablesppatience0
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen