Loading...
gen/FreeBSD/isatty.c.patch Libc-763.13 Libc-498
--- Libc/Libc-763.13/gen/FreeBSD/isatty.c.patch
+++ Libc/Libc-498/gen/FreeBSD/isatty.c.patch
@@ -1,12 +1,11 @@
---- 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
+--- 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 @@
  
  #include <termios.h>
  #include <unistd.h>
 +#include <sys/filio.h>
 +#include <sys/conf.h>
-+#include <sys/ioctl.h>
 +#include <errno.h>
  
  int