On 05 Aug 2002 11:36:37 -0500, FVWM CVS wrote: > > Added files: > libs : ftime.h > > Log message: > * Added detection for time.h vs sys/time.h headers.
I am not sure why you did this. With my glibc-2.2.5, time.h and sys/time.h are two different things although sys/time.h includes some portion of time.h, but not all. So after this commit modules/FvwmTaskBar/Goodies,c fails to compile and modules/FvwmWharf/FvwmWharf.c produces a warning (implicit declaration of function `time'). Adding #include <time.h> in both solves the problem. Regards, Mikhael. -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]