Date: Wed, 14 Aug 2002 13:40:35 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> 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 Message-ID: <200208142040.g7EKeZMC037607@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208142040.g7EKeZMC037607>
