> While compiling: > > char *a = strstr("hello", "ccache="); > > > Warning: > > pam_krb5_auth.c:287: warning: initialization makes pointer from integer > without a cast
the compiler assumes an int unless you tell it otherwise. make sure you include <string.h> in the top of the file. cheers -- Damien <[EMAIL PROTECTED]> - eschew obfuscation ;)
pgp77emhvS1xU.pgp
Description: PGP signature