sfl 62 anacron/lock.c struct flock sfl; sfl 64 anacron/lock.c sfl.l_type = F_WRLCK; sfl 65 anacron/lock.c sfl.l_start = 0; sfl 66 anacron/lock.c sfl.l_whence = SEEK_SET; sfl 67 anacron/lock.c sfl.l_len = 0; /* we lock all the file */ sfl 69 anacron/lock.c r = fcntl(fd, F_SETLK, &sfl);