Date: Sat, 17 Apr 2004 17:56:44 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net rtsock.c Message-ID: <200404180056.i3I0uiiv073884@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
luigi 2004/04/17 17:56:44 PDT FreeBSD src repository Modified files: sys/net rtsock.c Log: Minor changes to improve code readability (no actual code changes): + replace 0 with NULL where appropriate (not complete) + remove register declaration while there + add argument names to function prototypes to have a better idea of what they are used for + add 'const' qualifiers in 3 places Revision Changes Path 1.103 +63 -60 src/sys/net/rtsock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404180056.i3I0uiiv073884>