small entab cleanup

From: "Marko Kreen" <markokr(at)gmail(dot)com>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: small entab cleanup
Date: 2006-07-11 20:06:45
Message-ID: e51f66da0607111306q24396581pfff5b385b6387179@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I happened to compile entab once again and found couple problems:

- halt.c did not include stdlib.h, thus missed exit() prototype
- Makefile ignores BINDIR for install.
- Makefile calls install with user/group args, thus failing for regular user.

this fixes them.

--
marko

Attachment Content-Type Size
entab.fix.diff text/x-patch 995 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2006-07-11 21:01:27 The vacuum-ignore-vacuum patch
Previous Message Marko Kreen 2006-07-11 19:57:42 [patch 9/9] Include code for bignum math