Subject: Re: CVS commit: src/sys/ufs
To: None <simonb@wasabisystems.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 09/26/2005 23:04:52
>         /*
>          * 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