From owner-cvs-all Thu Feb 15 2:36: 5 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 0869A37B401; Thu, 15 Feb 2001 02:35:56 -0800 (PST) Received: (from ume@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FAZuL90325; Thu, 15 Feb 2001 02:35:56 -0800 (PST) (envelope-from ume) Message-Id: <200102151035.f1FAZuL90325@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Thu, 15 Feb 2001 02:35:55 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include netdb.h src/lib/libc/net getnameinfo.c src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sys socket.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ume 2001/02/15 02:35:55 PST Modified files: include netdb.h lib/libc/net getnameinfo.c sys/alpha/include ansi.h sys/arm/include ansi.h sys/i386/include ansi.h sys/ia64/include ansi.h sys/powerpc/include ansi.h sys/sys socket.h Log: Correct 2nd argument of getnameinfo(3) to socklen_t. Reviewed by: itojun Revision Changes Path 1.16 +16 -3 src/include/netdb.h 1.7 +2 -2 src/lib/libc/net/getnameinfo.c 1.11 +2 -1 src/sys/alpha/include/ansi.h 1.3 +2 -1 src/sys/arm/include/ansi.h 1.20 +2 -1 src/sys/i386/include/ansi.h 1.5 +2 -1 src/sys/ia64/include/ansi.h 1.3 +2 -1 src/sys/powerpc/include/ansi.h 1.48 +7 -2 src/sys/sys/socket.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message