search for: 1817a1818

Displaying 1 result from an estimated 1 matches for "1817a1818".

2009 May 14
1
patches to enable rsync 3.0.6 compile on AIX 3.2
...and link on AIX 3.2: diff -r rsync-3.0.6/lib/getaddrinfo.c rsync-3.0.6-new/lib/getaddrinfo.c 298c298 < if (!inet_aton(node, &ip)) { --- > if (!inet_pton(AF_INET, node, &ip)) { diff -r rsync-3.0.6/lib/sysacls.c rsync-3.0.6-new/lib/sysacls.c 1817a1818 > #if defined(ENOTSUP) 1818a1820,1822 > #else > errno = EINVAL; > #endif As has been noted elsewhere, running ./configure with "ksh" works better than with the default /bin/sh. -- | Ian! D. Allen - idallen@idallen.ca - Ottawa, Ontario, Canada | Home Page:...