|
From: Robert W. <rj...@du...> - 2005-01-17 18:45:21
|
> In file included from vg_unsafe.h:65, > from vg_syscalls.c:35: > /usr/include/linux/timex.h:56: error: syntax error before "and" This is a bug in FC1. timex.h has a typo - it's missing a /* to start a comment on line 56. Just modify timex.h to add that in and all should be well. Regards, Robert. |