ed 2008-11-04 10:58:02 UTC
FreeBSD src repository
Modified files:
sys/kern tty_pts.c
Log:
SVN rev 184621 on 2008-11-04 10:58:02Z by ed
Remove redundant return value tests.
There is no need to test whether the return value is non-zero here. Just
return the error number directly.
Revision Changes Path
1.24 +1 -6 src/sys/kern/tty_pts.c