Re: Warning: implicit declaration of function `lstat'



I have just discovered that I can lose the error message by replacing 'g_lstat' with 'gstat', or I can keep 'g_lstat' and remove the '-ansi' flag from my makefile.

It seems that 'stat' is ansi compliant, but 'lstat' is not.

Kevin



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]