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>