[PATCHES] GSSAPI support on OpenBSD

2007-07-11 Thread Stefan Kaltenbrunner
The just commited GSSAPI patch is unable to find the required libraries and includes on OpenBSD (which are in /usr/include/kerberosV/) - the attached patch allows building with gssapi support on OpenBSD 4.0/amd64 (and still seems to build fine on Debian Etch/x86_64). Note that the patch does not in

Re: [PATCHES] GSSAPI support on OpenBSD

2007-07-11 Thread Magnus Hagander
On Wed, Jul 11, 2007 at 03:42:01PM +0200, Stefan Kaltenbrunner wrote: > The just commited GSSAPI patch is unable to find the required libraries > and includes on OpenBSD (which are in /usr/include/kerberosV/) - the > attached patch allows building with gssapi support on OpenBSD 4.0/amd64 > (and sti

[PATCHES] execl() sentinel

2007-07-11 Thread Alvaro Herrera
Stefan Kaltenbrunner just let me know via Jabber that there's a warning in pg_regress.c: pg_regress.c: In function `spawn_process': pg_regress.c:914: warning: missing sentinel in function call This small patch would seem to fix it, according to http://www.linuxonly.nl/docs/sentinel/ -- Alvar