summaryrefslogtreecommitdiff
path: root/lib/select.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-01-16 23:35:00 +0100
committerDaniel Stenberg <daniel@haxx.se>2022-01-16 23:36:52 +0100
commit9c524b10aaabb705eeb9dc9cd07d2ec49fbbbd32 (patch)
tree044104794d84b53d0415f24be03d407d5f1d4090 /lib/select.c
parentf974bee6235ea049667e9c8f8edc2c84cc5e0f91 (diff)
downloadcurl-bagder/rm-beos.tar.gz
misc: remove BeOS code and referencesbagder/rm-beos
There has not been a mention of this OS in any commit since December 2004 (58f4af7973e3d2). The OS is also long gone.
Diffstat (limited to 'lib/select.c')
-rw-r--r--lib/select.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/select.c b/lib/select.c
index 70d7ee5c2..d71ca9e26 100644
--- a/lib/select.c
+++ b/lib/select.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -34,11 +34,6 @@
#error "We can't compile without select() or poll() support."
#endif
-#if defined(__BEOS__) && !defined(__HAIKU__)
-/* BeOS has FD_SET defined in socket.h */
-#include <socket.h>
-#endif
-
#ifdef MSDOS
#include <dos.h> /* delay() */
#endif