usr/src/cmd/bash/Solaris/diffs/input_avail.c.12.diff
changeset 72 82bde2a81435
parent 71 121736d79438
child 73 73cc228b67a6
equal deleted inserted replaced
71:121736d79438 72:82bde2a81435
     1 --- lib/sh/input_avail.c	2009-04-19 10:01:14.000000000 -0700
       
     2 +++ lib/sh/input_avail.c	2010-09-01 10:47:30.418016819 -0700
       
     3 @@ -45,6 +45,10 @@
       
     4  #  include <sys/ioctl.h>
       
     5  #endif
       
     6  
       
     7 +#if defined(SOLARIS)
       
     8 +#  include <sys/filio.h> /* Solaris FIONREAD */
       
     9 +#endif
       
    10 +
       
    11  #include <stdio.h>
       
    12  #include <errno.h>
       
    13