CanvasDRM:  Further simplify the select() logic.  Firstly, as we have a NULL
pointer for the timeout parameter, select() won't time out and we don't need to
handle that return value.  Secondly, unless we have a really great idea for
handling user input (apart from Ctrl-C), we don't need to listen on stdin.
1 file changed