mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-20 14:00:03 +01:00
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 <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1548>
This commit is contained in:
parent
83c94b7345
commit
1b49f6ddb8
1 changed files with 0 additions and 2 deletions
|
|
@ -34,9 +34,7 @@
|
|||
#include <X11/XF86keysym.h>
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#ifdef __sun
|
||||
#include <sys/file.h> /* needed for FNONBLOCK & FASYNC */
|
||||
#endif
|
||||
|
||||
#include "xkbsrv.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue