I noticed that our <sys/types.h> header provides a prototype for lseek(). This helps programs that don't #include <unistd.h> get lseeks()'s prototype (since our off_t is now 64 bits). Should we do the same for truncate() and ftruncate()? --jtc