|
|
 | | From: | Reinhard Max | | Subject: | Re: [HACKERS] segfault caused by heimdal (was: SUSE port) | | Date: | Wed, 12 Jan 2005 21:10:16 +0100 (CET) |
|
|
 | On Wed, 12 Jan 2005 at 14:59, Tom Lane wrote:
> That looks like a reasonable fix, but isn't it needed in > backend/libpq/auth.c as well?
Yes, indeed:
auth.c: In function `pg_krb5_init': auth.c:202: warning: implicit declaration of function `com_err'
cu Reinhard
---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
|
|
 | | From: | Tom Lane | | Subject: | Re: [HACKERS] segfault caused by heimdal (was: SUSE port) | | Date: | Wed, 12 Jan 2005 16:38:44 -0500 |
|
|
 | Reinhard Max writes: > On Wed, 12 Jan 2005 at 14:59, Tom Lane wrote: >> That looks like a reasonable fix, but isn't it needed in >> backend/libpq/auth.c as well?
> Yes, indeed: > auth.c: In function `pg_krb5_init': > auth.c:202: warning: implicit declaration of function `com_err'
OK, patch applied in both files.
regards, tom lane
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly
|
|
|