Module Name: src Committed By: dyoung Date: Sun Sep 5 18:03:37 UTC 2010
Modified Files: src/sys/kern: tty_pty.c Log Message: Cosmetic: remove unnecessary parenthesization in return statements. Don't "test truth" of ints, but compare with 0, instead. The generated assembly is the same before & after this change. To generate a diff of this commit: cvs rdiff -u -r1.122 -r1.123 src/sys/kern/tty_pty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.