1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/lang/erlang14/files/patch-ai
Pierre Beyssac 2921f400fb Update port to erlang 7.1.0.
Change maintainer (agreed to by previous maintainer).

PR:		ports/24456
Submitted by:	sam@inf.enst.fr
2001-01-23 20:50:38 +00:00

13 lines
302 B
Plaintext

--- 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>