2921f400fb
Change maintainer (agreed to by previous maintainer). PR: ports/24456 Submitted by: sam@inf.enst.fr
13 lines
302 B
Plaintext
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>
|