#include #include int fd2path(int fd, char *buf, int nbuf) { USED(fd, buf, nbuf); werrstr("not supported"); return -1; }