openbsd-ports/mbone/common/patches/patch-ac

21 lines
577 B
Plaintext

--- config_unix.h.orig Thu Jun 10 12:15:32 1999
+++ config_unix.h Tue Nov 30 19:36:13 1999
@@ -50,7 +50,7 @@
#include <signal.h>
#include <ctype.h>
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
#include <malloc.h>
#endif
#include <stdio.h>
@@ -73,7 +73,7 @@
#include <netdb.h>
#include <arpa/inet.h>
extern int h_errno;
-#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__)
+#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
#include <stropts.h>
#include <sys/filio.h>
#endif /* HPUX */