diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-03-23 22:24:03 +0000 |
commit | 96fe98e1c6bc0301781b0dd7dbfeef3e3f137f43 (patch) | |
tree | 7650cfe102643b74d6ad1d3efe1771281b5e66f0 /lang/squeak-dev/files/patch-platforms::unix::plugins::PseudoTTYPlugin::openpty.h | |
parent | 503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff) |
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 */ |