From owner-cvs-all Wed Aug 14 13:40:41 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B9E37B400; Wed, 14 Aug 2002 13:40:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1026243E70; Wed, 14 Aug 2002 13:40:36 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7EKeZJU037608; Wed, 14 Aug 2002 13:40:35 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7EKeZMC037607; Wed, 14 Aug 2002 13:40:35 -0700 (PDT) Message-Id: <200208142040.g7EKeZMC037607@freefall.freebsd.org> From: Robert Drehmel Date: Wed, 14 Aug 2002 13:40:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h src/lib/libc/net inet.3 inet_ntop.c inet_pton.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/08/14 13:40:35 PDT Modified files: include/arpa inet.h lib/libc/net inet.3 inet_ntop.c inet_pton.c Log: -Add the restrict required by IEEE Std 1003.1-2001 in form of our __restrict macro to the prototypes and function definitions of inet_pton and inet_ntop. - Use ANSI-C function argument lists. - Adjust the prototypes in the manual page. Revision Changes Path 1.23 +3 -2 src/include/arpa/inet.h 1.23 +2 -2 src/lib/libc/net/inet.3 1.10 +4 -13 src/lib/libc/net/inet_ntop.c 1.10 +3 -10 src/lib/libc/net/inet_pton.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message