Hi Alexandre. On 10/6/06, Alexandre ADAM <[EMAIL PROTECTED]> wrote:
But when I launch "make" again, there is the following error message : warning: strcpy() is almost always misused, please use strlcpy()
Thats not an error. Its just a warning.
Do you know what means this message ?
It means that strcpy() is almos always misused and should be replaced by strlcpy() (or strncpy but OpenBSD prefers strlcpy). HTH, Andreas. -- Hobbes : Shouldn't we read the instructions? Calvin : Do I look like a sissy?