http://git.etherboot.org
/
people
/
mcb30
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df86847
)
Fix a minor logical error in posix_io.c
author
Michael Brown
<mcb30@etherboot.org>
Fri, 7 Dec 2007 00:52:48 +0000
(
00:52
+0000)
committer
Michael Brown
<mcb30@etherboot.org>
Fri, 7 Dec 2007 00:52:48 +0000
(
00:52
+0000)
src/core/posix_io.c
patch
|
blob
|
history
diff --git
a/src/core/posix_io.c
b/src/core/posix_io.c
index
530ce65
..
27c7210
100644
(file)
--- a/
src/core/posix_io.c
+++ b/
src/core/posix_io.c
@@
-264,7
+264,7
@@
int select ( fd_set *readfds, int wait ) {
if ( ! file )
return -EBADF;
if ( ( list_empty ( &file->data ) ) &&
- ( file->rc
!
= -EINPROGRESS ) )
+ ( file->rc
=
= -EINPROGRESS ) )
continue;
/* Data is available or status has changed */
FD_ZERO ( readfds );