diff options
Diffstat (limited to 'x11/XFree86/files/patch-s')
-rw-r--r-- | x11/XFree86/files/patch-s | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/XFree86/files/patch-s b/x11/XFree86/files/patch-s deleted file mode 100644 index 3697f7b18ac3..000000000000 --- a/x11/XFree86/files/patch-s +++ /dev/null @@ -1,21 +0,0 @@ ---- programs/Xserver/hw/xfree86/SuperProbe/OS_386BSD.c.ORIG Mon Nov 27 14:29 :12 2000 -+++ programs/Xserver/hw/xfree86/SuperProbe/OS_386BSD.c Mon Nov 27 14:37:03 2000 -@@ -83,7 +83,17 @@ - # endif - # ifdef SYSCONS_SUPPORT - /* both, Free and NetBSD have syscons */ --# include <machine/console.h> -+# if defined(__FreeBSD__) -+# include <osreldate.h> -+# if __FreeBSD_version >= 410000 -+# include <sys/consio.h> -+# include <sys/kbio.h> -+# else -+# include <machine/console.h> -+# endif -+# else -+# include <machine/console.h> -+# endif - # endif - # else - # ifdef CODRV_SUPPORT |