[EMAIL PROTECTED] writes: > /usr/include/gssapi.h:108: error: conflicts with previous declaration > `typedef struct gss_buffer_desc_struct*gss_buffer_t' > /usr/local/include/gssapi/gssapi.h:127: error: declaration of `typedef > int*gss_buffer_t'
Ouch! You are somehow including gssapi.h from both ports and the base system. The ports one may have come from a kerberos port, but it shouldn't be getting included from there. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
