pintos: Fix undefined value warning from Perl on read error.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Feb 2016 04:46:18 +0000 (20:46 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 9 Feb 2016 04:46:18 +0000 (20:46 -0800)
When sysread encounters an error, it returns undef, which yields a warning
when compared against 0.  This fixes the problem.


No differences found