Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/kern



Module Name:    src
Committed By:   dyoung
Date:           Thu Jun 30 22:38:50 UTC 2011

Modified Files:
        src/sys/kern: sys_socket.c

Log Message:
Don't cast a pointer void * before passing to memset(), that's not
necessary.  Use NULL instead of (type *)0.  This patch produces no
change in the generated assembly.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/kern/sys_socket.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index