Files
pkgsrc-ng/devel/poco/patches/patch-ab
2016-11-18 22:39:22 +01:00

16 lines
480 B
Plaintext

$NetBSD: patch-ab,v 1.2 2016/01/16 12:15:12 ryoon Exp $
# include NetBSD with the HP-UX portion of the event handling
--- Foundation/src/NamedEvent_UNIX.cpp.orig 2015-08-04 05:20:55.000000000 +0000
+++ Foundation/src/NamedEvent_UNIX.cpp
@@ -41,7 +41,7 @@ namespace Poco {
unsigned short int* array;
struct seminfo* __buf;
};
-#elif (POCO_OS == POCO_OS_HPUX)
+#elif (POCO_OS == POCO_OS_HPUX) || (POCO_OS == POCO_OS_NET_BSD)
union semun
{
int val;