cvs commit: src/sys/net rtsock.c
Luigi Rizzo
luigi at FreeBSD.org
Sat Apr 17 17:56:45 PDT 2004
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
More information about the cvs-src
mailing list