rsync-2.6.2pre1: In clientname.c `AI_NUMERICHOST' undeclared

2004-04-30 Thread Jens Schleusener
Hi, I just tried to compile rsync-2.6.2pre1 under AIX 4.3 (gcc 2.95.3) and got the following compiler error: gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c clientname.c -o clientname.o clientname.c: In function `client_name': clientname.c:121: `AI_NUMERICHOST' undeclared (first

Re: rsync-2.6.2pre1: In clientname.c `AI_NUMERICHOST' undeclared

2004-04-30 Thread Wayne Davison
On Fri, Apr 30, 2004 at 03:30:45PM +0200, Jens Schleusener wrote: #ifdef AI_NUMERICHOST hints.ai_flags = AI_NUMERICHOST; #endif Thanks, I've added the #ifdef as you suggested. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,