diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2001-01-23 20:50:38 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2001-01-23 20:50:38 +0000 |
commit | 2921f400fbb97d02bdddd6d6fd00493d9b98a775 (patch) | |
tree | d1d56d1301f94d4c73cfc46ef6cc69fe6f632c71 /lang/erlang14/files/patch-ai | |
parent | o change master site. (diff) |
Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).
PR: ports/24456
Submitted by: sam@inf.enst.fr
Notes
Notes:
svn path=/head/; revision=37506
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> |