diff --git a/src/modules/files/file.c b/src/modules/files/file.c index e58c9f01895457f9cbf37975780cd702dfc0748b..b67696c0ade73ea6a775a7f5e78482c912577cd8 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -5,7 +5,7 @@ \*/ #include "global.h" -RCSID("$Id: file.c,v 1.109 1998/07/10 18:58:55 grubba Exp $"); +RCSID("$Id: file.c,v 1.110 1998/07/12 21:18:35 grubba Exp $"); #include "fdlib.h" #include "interpret.h" #include "svalue.h" @@ -687,6 +687,7 @@ static void file_peek(INT32 args) ERRNO=errno; ret=-1; }else{ + /* FIXME: What about POLLHUP and POLLERR? */ ret = (ret > 0) && (fds.revents & POLLIN); } #else