From owner-cvs-all Sun Feb 25 23:34:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 249F037B491; Sun, 25 Feb 2001 23:34:10 -0800 (PST) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1Q7YAD19237; Sun, 25 Feb 2001 23:34:10 -0800 (PST) (envelope-from ume) Message-Id: <200102260734.f1Q7YAD19237@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Sun, 25 Feb 2001 23:34:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include netdb.h src/lib/libc/net getaddrinfo.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/02/25 23:34:09 PST Modified files: (Branch: RELENG_4) include netdb.h lib/libc/net getaddrinfo.c Log: MFC: Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some applications specify AI_ADDRCONFIG and fail to run under FreeBSD. Latest mnews is known. Now, getaddrinfo(3) behaves according to AI_ADDRCONFIG. include/netdb.h: 1.16->1.17 lib/libc/net/getaddrinfo.c: 1.16->1.17 Revision Changes Path 1.14.2.2 +3 -2 src/include/netdb.h 1.9.2.5 +1 -6 src/lib/libc/net/getaddrinfo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message