[cups.general] HTTP done, next error...

Michael Sweet mike at easysw.com
Mon Jun 23 21:30:27 PDT 2008


David Broadfoot wrote:
> First off, thanks Michael for pointing out that wimple host error that I 
> had. This is the next error I get while compilling...
> 
> I am using 2.6.26-rc3 linux headers, and I can not find 'strlcpy' in any 
> header file....
> 
> Linking testdirsvc...
> Compiling testlpd.c...
> Linking testlpd...
> Compiling testspeed.c...
> testspeed.c: In function 'main':
> testspeed.c:158: warning: implicit declaration of function 'strlcpy'
> testspeed.c:165: warning: implicit declaration of function 'strlcat'

Change the:

     #include <string.h>

to:

     #include <cups/string.h>

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com




More information about the cups mailing list