------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=66956 ------- Additional Comments From tk@Genetik.Uni-Bielefeld.DE 2003-10-31 12:33 ------- Subject: Re: kdebase/kdm/backend/client.c won't compile on Solaris On Friday 31 October 2003 12:11, you wrote: [...] > ------- Additional Comments From ossi@kde.org 2003-10-31 12:11 ------- > fixed. Thanks. > btw, what is solaris' exact prototype of pam_get_item? The manpage (Solaris 8 & 9) says: PAM Library Functions pam_set_item(3PAM) NAME pam_set_item, pam_get_item - authentication information rou- tines for PAM SYNOPSIS cc [ flag ... ] file ... -lpam [ library ... ] #include int pam_set_item(pam_handle_t *pamh, int item_type, const void *item); int pam_get_item(const pam_handle_t *pamh, int item_type, void **item); [...] cheers, Torsten