Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Nov 2005 08:05:17 +0100
From:      Alex Dupre <ale@FreeBSD.org>
To:        Maxim.Sobolev@portaone.com
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Using ccache for build{world, kernel}
Message-ID:  <437C2BAD.2060402@FreeBSD.org>
In-Reply-To: <437A780C.8070609@portaone.com>
References:  <200511141702.45491.nb_root@videotron.ca>	<200511150542.34910.nb_root@videotron.ca>	<4379BCEB.6030806@acidy.com>	<200511150611.31743.nb_root@videotron.ca>	<20051115183647.GA1783@schweikhardt.net>	<20051115211418.GE1783@schweikhardt.net> <437A780C.8070609@portaone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Maxim Sobolev wrote:
> http://www.portaone.com/~sobomax/ccache.buildworld

 From your patch:

+    MD4Update(&md, (unsigned char *)&st.st_size, sizeof(st.st_size));
+    MD4Update(&md, (unsigned char *)&st.st_mtime, sizeof(st.st_size));

It should be sizeof(st.st_mtime), isnt't it?

--
Alex Dupre



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437C2BAD.2060402>