Re: ctime

Gabriel Paubert (paubert@iram.es)
Tue, 9 Dec 1997 12:25:35 +0100 (MET)


On Sun, 7 Dec 1997, Albert D. Cahalan wrote:

> msdos_fs.h: __u8 ctime_ms; /* Creation time, milliseconds */
> msdos_fs.h: __u16 ctime; /* Creation time */
>
> (how does one fit milliseconds in a __u8 variable?)
>

I think the granularity is actually 10ms, only the name is misleading.

Gabriel.