From e8aeffd972886c04ea79dc86eeaf629974bd85a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Sun, 12 Jul 1998 23:18:35 +0200
Subject: [PATCH] Added FIXME.

Rev: src/modules/files/file.c:1.110
---
 src/modules/files/file.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/modules/files/file.c b/src/modules/files/file.c
index e58c9f0189..b67696c0ad 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
-- 
GitLab