Re: compiler warnings on the buildfarm

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: compiler warnings on the buildfarm
Дата
Msg-id Pine.BSO.4.64.0707122025210.19651@leary.csoft.net
обсуждение исходный текст
Ответ на Re: compiler warnings on the buildfarm  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: compiler warnings on the buildfarm
Re: compiler warnings on the buildfarm
Список pgsql-hackers

On Thu, 12 Jul 2007, Tom Lane wrote:

> static int pam_passwd_conv_proc(int num_msg, const struct pam_message ** msg,
>                     struct pam_response ** resp, void *appdata_ptr);
>
> which exactly matches what my Fedora 6 pam header file says it should
> be.  What is it on those Solaris machines?

struct pam_conv {        int (*conv)(int, struct pam_message **,            struct pam_response **, void *);
void*appdata_ptr;              /* Application data ptr */
 
};

So pam_message ** isn't const.

Kris Jurka


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: compiler warnings on the buildfarm
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: compiler warnings on the buildfarm