| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk> |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] Solaris breakage - lastest CVS |
| Date: | 2000-01-19 14:01:05 |
| Message-ID: | 200001191401.JAA05689@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-01-19 14:55:45 | Re: [HACKERS] Cannot compile psql |
| Previous Message | Jose Soares | 2000-01-19 13:39:59 | Re: [HACKERS] date/time problem in v6.5.3 and 7.0.0 ... |