| From: | "Meskes, Michael" <meskes(at)topsystem(dot)de> |
|---|---|
| To: | "'t-ishii(at)sra(dot)co(dot)jp'" <t-ishii(at)sra(dot)co(dot)jp>, Michael Meskes <meskes(at)topsystem(dot)de> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | RE: [HACKERS] Current 6.3 issues |
| Date: | 1998-02-27 13:52:26 |
| Message-ID: | 11720CEF3853D011AC0C00A024B7A9E1112596@EINSTEIN |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
But this isn't declared in postmaster.c either. ecpg.c does include
unistd.h if getopt.h does not exist and I think unistd.h is the one that
puts the getopt stuff into postmaster.
Michael
--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10
> -----Original Message-----
> From: t-ishii(at)sra(dot)co(dot)jp [SMTP:t-ishii(at)sra(dot)co(dot)jp]
> Sent: Friday, February 27, 1998 2:30 PM
> To: Michael Meskes
> Cc: pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] Current 6.3 issues
>
> Sorry, I was wrong. Maybe I saw a dream:-)
> The truth is SunOS does *have* getopt() but does not have getopt.h.
> So we need to declare followings somewhere in ecpg.c.
>
> extern char *optarg;
> extern int optind;
> ---
> Tatsuo Ishii
> t-ishii(at)sra(dot)co(dot)jp
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Darren King | 1998-02-27 14:45:24 | Re: [HACKERS] INT2OID, etc. |
| Previous Message | D'Arcy J.M. Cain | 1998-02-27 13:45:09 | Money type display |