diff options
Diffstat (limited to 'lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h')
| -rw-r--r-- | lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h b/lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h deleted file mode 100644 index 36dd49bcd97b..000000000000 --- a/lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h +++ /dev/null @@ -1,14 +0,0 @@ ---- platforms/unix/plugins/PseudoTTYPlugin/openpty.h.orig	Tue Jan 14 16:02:55 2003 -+++ platforms/unix/plugins/PseudoTTYPlugin/openpty.h	Tue Jan 14 16:03:09 2003 -@@ -45,7 +45,10 @@ - # elif defined(HAVE_LIBUTIL_H) - #   include <libutil.h>		/* openpty() on FreeBSD */ - # else --#   error: cannot find headers for openpty() -+#   include <sys/types.h> -+#   include <sys/ioctl.h> -+#   include <termios.h> -+#   include <libutil.h> - # endif -  - #else /* !HAVE_OPENPTY */  | 
