Module Name: src
Committed By: dholland
Date: Mon Oct 10 01:22:08 UTC 2016
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
PR 49636 Henning Petersen: use "0L" to return 0 from a function returning
long, and test its returned value against "0L" instead of "0".
This is not especially necessary, but it's also harmless.
To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys/kern/uipc_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.