> /* > * Set the mtime to the time the snapshot has been taken. > */ > - TIMEVAL_TO_TIMESPEC(&starttime, &ts); > + nanotime(&ts); > > Is that one correct? no. i'll revert it. thanks. YAMAMOTO Takashi