Solaris breakage - lastest CVS

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: hackers(at)postgresql(dot)org
Subject: Solaris breakage - lastest CVS
Date: 2000-01-19 08:42:59
Message-ID: 200001190842.IAA23955@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The latest source does not compile on Solaris 7 due to
a missing include from a modified file.

Here is a patch to fix it:-

Keith.

*** src/backend/utils/init/miscinit.c.orig Sun Jan 16 12:23:42 2000
--- src/backend/utils/init/miscinit.c Sun Jan 16 12:27:01 2000
***************
*** 18,23 ****
--- 18,24 ----
#include <signal.h>
#include <sys/stat.h>
#include <sys/file.h>
+ #include <fcntl.h>
#include <unistd.h>
#include <grp.h>
#include <pwd.h>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Birch 2000-01-19 10:23:34 Daily regression testing via vmware - useful?
Previous Message Magnus Hagander 2000-01-19 08:42:53 RE: [PATCHES] Patch for Win32 support