00001 #include <sys/types.h> 00002 #include "seek.h" 00003 00004 #define CUR 1 /* sigh */ 00005 00006 seek_pos seek_cur(int fd) 00007 { return lseek(fd,(off_t) 0,CUR); }