From kde-bugs-dist Fri Oct 31 11:33:38 2003 From: Torsten Kasch Date: Fri, 31 Oct 2003 11:33:38 +0000 To: kde-bugs-dist Subject: [Bug 66956] kdebase/kdm/backend/client.c won't compile on Solaris X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=106760013417802 ------- 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