summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbj <dbj>1998-10-18 07:39:08 +0000
committerdbj <dbj>1998-10-18 07:39:08 +0000
commit990d948a8627616434cb2352381106a1c89c4110 (patch)
tree40de2b0b4fdff748b94c2b50c065d164d7266795
parent7fb8eb074b55e4abe3517256bb81dbd77f89baf4 (diff)
downloadpkgsrc-990d948a8627616434cb2352381106a1c89c4110.tar.gz
Use #include <signal.h> instead of #include <sys/signal.h>
-rw-r--r--audio/nas/patches/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/nas/patches/patch-ad b/audio/nas/patches/patch-ad
new file mode 100644
index 00000000000..2bdc2e3c9d4
--- /dev/null
+++ b/audio/nas/patches/patch-ad
@@ -0,0 +1,11 @@
+--- server/dia/auevents.c.orig Thu Apr 21 17:50:59 1994
++++ server/dia/auevents.c Sat Oct 17 23:26:34 1998
+@@ -27,7 +27,7 @@
+ #ifdef sgi
+ #define _BSD_SIGNALS
+ #endif
+-#include <sys/signal.h>
++#include <signal.h>
+ #include <audio/audio.h>
+ #include <audio/Aproto.h>
+ #include "au.h"