diff options
Diffstat (limited to 'lang/erlang14/files/patch-ai')
-rw-r--r-- | lang/erlang14/files/patch-ai | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/erlang14/files/patch-ai b/lang/erlang14/files/patch-ai new file mode 100644 index 000000000000..6be7b984151f --- /dev/null +++ b/lang/erlang14/files/patch-ai @@ -0,0 +1,12 @@ +--- lib/os_mon/c_src/ferrule.c.orig Sat Dec 2 22:13:49 2000 ++++ lib/os_mon/c_src/ferrule.c Sat Dec 2 22:14:03 2000 +@@ -17,7 +17,9 @@ + */ + #include <stdio.h> + #include <string.h> ++#ifndef __FreeBSD__ + #include <stropts.h> ++#endif + #include <poll.h> + #include <unistd.h> + #include <sys/types.h> |