Re: [HACKERS] Solaris breakage - lastest CVS - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] Solaris breakage - lastest CVS
Date
Msg-id 200001191401.JAA05689@candle.pha.pa.us
Whole thread Raw
In response to Solaris breakage - lastest CVS  (Keith Parks <emkxp01@mtcc.demon.co.uk>)
List pgsql-hackers
Applied.

> 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>
> 
> 
> ************
> 


--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Jose Soares
Date:
Subject: Re: [HACKERS] date/time problem in v6.5.3 and 7.0.0 ...
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Cannot compile psql