Re: [HACKERS] segfault caused by heimdal (was: SUSE port)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Reinhard Max <max@suse.de>
Cc: pgsql-hackers@postgresql.org, pgsql-patches@postgresql.org
Date: 2005-01-12T21:38:44Z
Lists: pgsql-hackers
Reinhard Max <max@suse.de> 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