Using ccache for build{world, kernel}

Alex Dupre ale at FreeBSD.org
Wed Nov 16 23:05:23 PST 2005


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


More information about the freebsd-current mailing list