Date: Fri, 16 Aug 2002 09:34:26 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h Message-ID: <200208161634.g7GGYQ6V028088@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/08/16 09:34:26 PDT
Modified files:
include/arpa inet.h
Log:
Change a POSIX conditional to use the new __BSD_VISIBLE macro.
Fix the following style bugs:
o #ifdef, #ifndef, and #undef should be followed by a space, not a
tab.
o The second level of indentation in prototypes is 4 characters even
when the function names are indented 1 extra character.
o Type qualifiers that appear next to a * need a seperating space so
that the qualifier isn't easily confused with parameter names.
(eg. `char * __restrict' instead of `char *__restrict')
Submitted by: bde (mostly)
Revision Changes Path
1.24 +11 -11 src/include/arpa/inet.h
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?200208161634.g7GGYQ6V028088>
