Thread: Re: [HACKERS] AIX port s_lock.h __AIX --> _AIX

Re: [HACKERS] AIX port s_lock.h __AIX --> _AIX

From
Zeugswetter Andreas SARZ
Date:
>     Someone want to send me a patch to fix this?  or a list of files
> that need to be changed?

Only occurrs in
src/include/storage/s_lock.h:#if defined(__AIX)
src/include/utils/dt.h:#if defined(__AIX)
src/include/utils/nabstime.h:#if defined(__AIX)

Simply delete one underscore, only occurs once per file, so no patch.

Thanks, I don't have CVS on AIX here
Andreas

Re: [HACKERS] AIX port s_lock.h __AIX --> _AIX

From
The Hermit Hacker
Date:
On Fri, 13 Feb 1998, Zeugswetter Andreas SARZ wrote:

> >     Someone want to send me a patch to fix this?  or a list of files
> > that need to be changed?
>
> Only occurrs in
> src/include/storage/s_lock.h:#if defined(__AIX)
> src/include/utils/dt.h:#if defined(__AIX)
> src/include/utils/nabstime.h:#if defined(__AIX)
>
> Simply delete one underscore, only occurs once per file, so no patch.

    Perfect, change is done...