summaryrefslogtreecommitdiff
path: root/ham/hamlib/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ham/hamlib/patches/patch-aa')
-rw-r--r--ham/hamlib/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/hamlib/patches/patch-aa b/ham/hamlib/patches/patch-aa
new file mode 100644
index 00000000000..b28bc87b85d
--- /dev/null
+++ b/ham/hamlib/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/06/26 22:42:23 wulf Exp $
+
+--- src/event.c.orig 2003-06-22 16:01:28.000000000 +0930
++++ src/event.c 2003-06-22 16:04:30.000000000 +0930
+@@ -74,7 +74,7 @@
+
+ sigemptyset(&act.sa_mask);
+
+-#ifdef HAVE_SIGINFO_T
++#if defined(HAVE_SIGINFO_T) && defined(SA_SIGINFO)
+ act.sa_flags = SA_SIGINFO;
+ #else
+ act.sa_flags = 0;