Bug 265

Summary: Build problems with 3.2.3p1 under AIX 4.3.2
Product: Portable OpenSSH Reporter: bugzilla-openssh <bugzilla-openssh>
Component: sshAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: -current   
Hardware: PPC   
OS: AIX   
URL: ftp://ftp.thewrittenword.com/outgoing/pub/openssh-3.2.3p1-1.patch

Description bugzilla-openssh 2002-06-07 03:25:20 AEST
xlc -O2 -qmaxmem=-1 -qarch=com -I/opt/TWWfsw/tcpwrap/include -I. -I..
-I. -I./.. -I/opt/TWWfsw/libopenssl09s/include
-I/opt/TWWfsw/zlib11s/include  -DHAVE_CONFIG_H -c glob.c
"glob.c", line 100.9: 1506-213 (S) Macro name TILDE cannot be redefined.
"glob.c", line 100.9: 1506-358 (I) "TILDE" is defined on line 250 of
/usr/include/sys/ioctl.h.
gmake[1]: *** [glob.o] Error 1
       
From /usr/include/sys/ioctl.h:
  #define         TILDE           0x00080000      /* hazeltine tilde kludge */

Patch available at:
  ftp://ftp.thewrittenword.com/outgoing/pub/openssh-3.2.3p1-1.patch
Comment 1 Ben Lindstrom 2002-07-05 04:21:37 AEST
#undef it instead of changing name.  Patch in tree.
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED