openbsd-ports/net/netatalk/patches/patch-ab

14 lines
321 B
Plaintext

--- include/atalk/compat.h.orig Thu Mar 26 23:48:33 1998
+++ include/atalk/compat.h Thu Mar 26 23:50:32 1998
@@ -45,3 +45,9 @@
#ifdef __FreeBSD__
#define SA_INTERRUPT 0
#endif __FreeBSD__
+
+#ifdef __OpenBSD__
+#ifndef SA_INTERRUPT
+#define SA_INTERRUPT 0
+#endif SA_INTERRUPT
+#endif __OpenBSD__