From eea207b065171056983e77cc199176e62ff320d9 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 26 Jan 2005 17:31:57 +0000 Subject: - Update to 2.10.2 PR: Alexander S. Usov Approved by: Dan Pelleg (maintainer) --- net/unison232/files/patch-pty.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/unison232/files/patch-pty.c (limited to 'net/unison232/files/patch-pty.c') diff --git a/net/unison232/files/patch-pty.c b/net/unison232/files/patch-pty.c new file mode 100644 index 000000000000..833ac9b05ed4 --- /dev/null +++ b/net/unison232/files/patch-pty.c @@ -0,0 +1,13 @@ +--- pty.c.orig Sun Jan 23 19:55:28 2005 ++++ pty.c Sun Jan 23 19:56:28 2005 +@@ -32,6 +32,10 @@ + #ifdef __APPLE__ + #include // openpty + #endif ++#ifdef __FreeBSD__ ++#include ++#include ++#endif + + /* c_openpty: unit -> (int * Unix.file_descr) */ + CAMLprim value c_openpty() { -- cgit v1.2.3