把xyz.c中的:
1101 if(!inet_aton(ip_address,&sin))
1102 QQWRY_QUIT(-1);
改成:
1101 if(!my_inet_aton(ip_address,&sin))
1102 QQWRY_QUIT(-1);
make 通过
【 在 linton (雨·雪·风·霜) 的大作中提到: 】
: Solaris 10 x86, gcc 3.4.6
: ./configure CFLAGS="-g -D_POSIX_PTHREAD_SEMANTICS" \
: --prefix=/export/home0/bbs \
: ...................
--
修改:linton FROM 220.173.136.*
FROM 220.173.136.*