Module Name: src Committed By: chs Date: Tue Nov 17 03:22:33 UTC 2020
Modified Files: src/sys/kern: sys_socket.c src/sys/sys: socketvar.h Log Message: When SS_RESTARTSYS was added, it was accidentally given the same value as the existing SS_ASYNC. SS_ASYNC was already vestigial at that point, having been superceded by SB_ASYNC, however the SS_ASYNC flag is still set and cleared, unlessly because it is never checked. Fix this conflict by removing SS_ASYNC and its vestigial uses. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/kern/sys_socket.c cvs rdiff -u -r1.161 -r1.162 src/sys/sys/socketvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.