Re: readline and openbsd

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Hal Snyder <hal(at)vailsys(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: readline and openbsd
Date: 2000-10-26 14:59:20
Message-ID: Pine.LNX.4.21.0010261657160.767-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Hal Snyder writes:

> I noticed a change in src/bin/psql/input.h dated 3 weeks ago.
>
> It did not fix the problem that psql builds without command history
> support on OpenBSD. Problem is that OpenBSD has history support but no
> history.h file. Here's a patch:

There needs to be some header file where the function is declared. Using
undeclared functions doesn't work for people with C99 compilers.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hal Snyder 2000-10-26 18:07:50 Re: readline and openbsd
Previous Message Pete Forman 2000-10-26 09:25:31 Improved fix for sys_nerr