From f1a42025703b4e08d4f1407eac5ff42e8d7ffae7 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 24 Dec 2005 08:33:20 +0000 Subject: [PATCH] include errno.h, not sys/errno.h --- net/unison/snapshot/patches/patch-pty_c | 12 ++++++++++++ net/unison/stable/patches/patch-pty_c | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 net/unison/snapshot/patches/patch-pty_c create mode 100644 net/unison/stable/patches/patch-pty_c diff --git a/net/unison/snapshot/patches/patch-pty_c b/net/unison/snapshot/patches/patch-pty_c new file mode 100644 index 00000000000..4aa9870b028 --- /dev/null +++ b/net/unison/snapshot/patches/patch-pty_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-pty_c,v 1.1 2005/12/24 08:33:20 pvalchev Exp $ +--- pty.c.orig Fri Dec 23 23:57:50 2005 ++++ pty.c Fri Dec 23 23:57:55 2005 +@@ -18,7 +18,7 @@ CAMLprim value dumpFd(value fdVal) { + } + + #include // failwith +-#include // errno ++#include // errno + #include // strerror + #include // alloc_tuple + #include // Store_field diff --git a/net/unison/stable/patches/patch-pty_c b/net/unison/stable/patches/patch-pty_c new file mode 100644 index 00000000000..09879ede6ed --- /dev/null +++ b/net/unison/stable/patches/patch-pty_c @@ -0,0 +1,12 @@ +$OpenBSD: patch-pty_c,v 1.1 2005/12/24 08:33:21 pvalchev Exp $ +--- pty.c.orig Fri Dec 23 23:56:54 2005 ++++ pty.c Fri Dec 23 23:57:00 2005 +@@ -18,7 +18,7 @@ CAMLprim value dumpFd(value fdVal) { + } + + #include // failwith +-#include // errno ++#include // errno + #include // strerror + #include // alloc_tuple + #include // Store_field