summaryrefslogtreecommitdiff
path: root/lang/erlang14/files/patch-ai
blob: 6be7b984151fcb22d3b3ef7d5828da8913681949 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>