Re: backend hba.c prob

Поиск
Список
Период
Сортировка
От bpalmer
Тема Re: backend hba.c prob
Дата
Msg-id Pine.BSO.4.33.0109071110200.14876-100000@mizer.crimelabs.net
обсуждение исходный текст
Ответ на Re: backend hba.c prob  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: backend hba.c prob
Список pgsql-hackers
On Fri, 7 Sep 2001, Bruce Momjian wrote:

> > gcc -O2 -pipe -g -Wall -Wmissing-prototypes -Wmissing-declarations -I../../../src/include   -c -o hba.o hba.c
> > hba.c: In function `ident_unix':
> > hba.c:923: sizeof applied to an incomplete type
> > hba.c:960: dereferencing pointer to incomplete type
> > hba.c:965: dereferencing pointer to incomplete type
> > gmake: *** [hba.o] Error 1

> The code currently runs on FreeBSD and BSD/OS.  Right now, it tests for
> BSD/OS and if it fails, assume it is FreeBSD.  That is what the #ifndef
> fc_uid is for.  Now, I assume you are on a *BSD which is not one of
> those.  Do you have a struct fcred?  I will browse your OS headers as
> soon as I know your OS.

Yeah,  i'm seeing the same problem on OpenBSD-current (and 2.9).  No Cred
anywhere!

This:
root@mizer:/usr/src$ egrep -r "fcred" *

turned up nothing interesting either.

Thoughts?

- Brandon


----------------------------------------------------------------------------b. palmer,  bpalmer@crimelabs.net
pgp:crimelabs.net/bpalmer.pgp5
 



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

Предыдущее
От: darcy@druid.net (D'Arcy J.M. Cain)
Дата:
Сообщение: Re: CVS access
Следующее
От: Bruce Momjian
Дата:
Сообщение: CVS ODBC does not compile