From 2b94d006e9a1fe9420b4d9d29e8e11b8d2f34a04 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 29 Jan 1997 13:40:08 -0800
Subject: [PATCH] more #error used

Rev: src/fd_control.c:1.5
---
 src/fd_control.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fd_control.c b/src/fd_control.c
index 78e036f515..99ef961d60 100644
--- a/src/fd_control.c
+++ b/src/fd_control.c
@@ -76,7 +76,7 @@ int query_nonblocking(int fd)
 #ifdef USE_FCNTL_FNDELAY
   return fcntl(fd, F_GETFL, 0) & FNDELAY;
 #else
-INSERT YOUR NONBLOCK METHOD HERE
+#error Don not know how to set your filedescriptors nonblocking.
 #endif
 #endif
 #endif
-- 
GitLab