|
From: Nicholas N. <nj...@ca...> - 2003-11-19 09:59:30
|
On Wed, 19 Nov 2003, Dirk Mueller wrote: > CVS commit by mueller: > > implement statfs64, utimes and clock_gettime The HEAD now doesn't compile on my machine: vg_syscalls.c: In function `before_statfs64': vg_syscalls.c:4070: sizeof applied to an incomplete type vg_syscalls.c: In function `after_statfs64': vg_syscalls.c:4075: sizeof applied to an incomplete type Also, not printing the "discarding..." message will, I think, break some regression tests. These problems may also apply to the stable branch. Can you fix them? Thanks. And don't forget to run the regression tests before committing :) N |