L_SET
# ifdef L_SET
# define SEEK_SET L_SET
(void)lseek(file, pos, L_SET);
if (lseek(fd, blkno * DEV_BSIZE, L_SET) < 0)