summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_sockbuf.c
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-08-16 16:34:26 +0000
committermike <mike@FreeBSD.org>2002-08-16 16:34:26 +0000
commit1f81bb02827618b06d201044121aa1fe55867eef (patch)
treeff54d4601b89a5a75f1650869bd114034b64d029 /sys/kern/uipc_sockbuf.c
parentdf335c7ca33ab5e9b7a5e03aeb76501a21ccd60e (diff)
downloadFreeBSD-src-1f81bb02827618b06d201044121aa1fe55867eef.zip
FreeBSD-src-1f81bb02827618b06d201044121aa1fe55867eef.tar.gz
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)
Diffstat (limited to 'sys/kern/uipc_sockbuf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud