From 1b49f6ddb8b48c32152f59cce37f3740c1332a6c Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 15 May 2024 18:52:36 +0200 Subject: [PATCH] kdrive: drop Solaris specific hack Since kdrive is only working on Unix'es, we don't need to care whether that file might not exist on Windows, neither any need for doing so exlusively on Solaris. Signed-off-by: Enrico Weigelt, metux IT consult Part-of: --- hw/kdrive/src/kinput.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c index 5b33eeec0..92776cba8 100644 --- a/hw/kdrive/src/kinput.c +++ b/hw/kdrive/src/kinput.c @@ -34,9 +34,7 @@ #include #endif #include -#ifdef __sun #include /* needed for FNONBLOCK & FASYNC */ -#endif #include "xkbsrv.h"