]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/isatty.c.patch
Libc-763.13.tar.gz
[apple/libc.git] / gen / FreeBSD / isatty.c.patch
index 9ae1d706a55939cb8b009b6f6f347e01db821d35..aba10e17ed27bec7737d844d00bbdefc3e61f5c4 100644 (file)
@@ -1,11 +1,12 @@
---- isatty.c.orig      2003-05-20 15:21:02.000000000 -0700
-+++ isatty.c   2005-06-02 13:46:32.000000000 -0700
-@@ -39,14 +39,21 @@
+--- isatty.c.orig      2009-11-07 14:51:38.000000000 -0800
++++ isatty.c   2009-11-07 14:51:40.000000000 -0800
+@@ -35,14 +35,22 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/isa
  
  #include <termios.h>
  #include <unistd.h>
 +#include <sys/filio.h>
 +#include <sys/conf.h>
++#include <sys/ioctl.h>
 +#include <errno.h>
  
  int