Thread

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

    Zeugswetter Andreas <andreas.zeugswetter@telecom.at> — 1998-02-13T16:23:38Z

    > 	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
    
    
  2. Re: [HACKERS] AIX port s_lock.h __AIX --> _AIX

    Marc G. Fournier <scrappy@hub.org> — 1998-02-13T17:12:09Z

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