Module Name: src Committed By: pooka Date: Fri Apr 25 15:52:45 UTC 2014
Modified Files: src/sys/kern: sys_select.c src/sys/netsmb: smb_trantcp.c smb_trantcp.h src/sys/sys: select.h Log Message: Remove pollsock(). Since it took only a single socket, it was essentially a complicated way to call soreceive() with a sb_timeo. The only user (netsmb) already did that anyway, so just had to delete the call to pollsock(). To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/kern/sys_select.c cvs rdiff -u -r1.44 -r1.45 src/sys/netsmb/smb_trantcp.c cvs rdiff -u -r1.6 -r1.7 src/sys/netsmb/smb_trantcp.h cvs rdiff -u -r1.36 -r1.37 src/sys/sys/select.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.