components/bash/patches/solaris-010.input.c.patch
changeset 7486 57b5a32e1ae4
parent 7485 89b2d849f322
child 7487 6506549e143f
--- a/components/bash/patches/solaris-010.input.c.patch	Tue Nov 22 10:16:59 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# libreadline needs to include <sys/filio.h> (FIONREAD) on Solaris.
-# Solaris-specific patch.
-# Not for upstream.
---- lib/readline/input.c	2009-04-19 10:12:03.000000000 -0700
-+++ lib/readline/input.c	2010-09-01 10:46:23.386144948 -0700
-@@ -53,6 +53,10 @@
- #  include <sys/ioctl.h>
- #endif
- 
-+#if defined(SOLARIS)
-+#  include <sys/filio.h>
-+#endif
-+
- #include <stdio.h>
- #include <errno.h>
-