diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /net/unison-devel/files/patch-pty.c | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'net/unison-devel/files/patch-pty.c')
-rw-r--r-- | net/unison-devel/files/patch-pty.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/unison-devel/files/patch-pty.c b/net/unison-devel/files/patch-pty.c deleted file mode 100644 index 833ac9b05ed4..000000000000 --- a/net/unison-devel/files/patch-pty.c +++ /dev/null @@ -1,13 +0,0 @@ ---- 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 <util.h> // openpty - #endif -+#ifdef __FreeBSD__ -+#include <sys/types.h> -+#include <libutil.h> -+#endif - - /* c_openpty: unit -> (int * Unix.file_descr) */ - CAMLprim value c_openpty() { |