On Tue, 29 Mar 2005 17:09:49 -0800, Suneel Kandru <suneel.kandru@xxxxxxxxxxxxxxxxxxx> wrote: > > I'm using time() function. I'm getting compilation error "Called object is not > a function" time() is part of the time.h. That file is already included in the > include section like #include <sys/time.h>. Can Any body help whaty is > causing this compilation error Don't you define also anything else (like a variable) that is called time anywhere in the source? (quite likely, this is going to be a local variable). (BTW, have you googled for the error?) HTH Martin -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/