From: Damon Atkins (Damon.Atkins@nabaus.com.au)
Date: 07/14/98-06:21:51 PM Z
Message-ID: <35ABE80F.984F995C@nabaus.com.au>
Date: Wed, 15 Jul 1998 09:21:51 +1000
From: Damon Atkins <Damon.Atkins@nabaus.com.au>
Subject: NFSv4 Suggest Seconds is a 64bit value
FROM
/*
* Timeval
*/
struct nfstime4 {
uint32_t seconds; /* Runs out Feb 2038 */
uint32_t nseconds;
};
TO
/*
* Timeval
*/
struct nfstime4 {
uint64_t seconds; /* Runs out ??????? */
uint32_t nseconds;
};
May be we should make the time since 1900 instead of 1970,
so that the maths is easy, for leap years etc. ???
This archive was generated by hypermail 2.1.2 : 03/04/05-01:45:57 AM Z CST