From 584a9715c3db786908e98ee6a0180266181f4287 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 17 Feb 2024 16:31:46 -0800 Subject: [PATCH] unifdef apollo Apollo Domain/OS died in the 1990's and has never been supported in the modular Xserver builds. Signed-off-by: Alan Coopersmith --- os/connection.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/os/connection.c b/os/connection.c index a3c8f2a99..8d4b66061 100644 --- a/os/connection.c +++ b/os/connection.c @@ -87,16 +87,10 @@ SOFTWARE. #if defined(TCPCONN) #include #include -#ifdef apollo -#ifndef NO_TCP_H -#include -#endif -#else #ifdef CSRG_BASED #include #endif #include -#endif #include #endif