summaryrefslogtreecommitdiff
path: root/lang/rcfunge/patches/patch-aa
blob: 9706143b86c57d1e55e51dabf70c50baa367d0bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2009/11/20 12:06:48 drochner Exp $

--- ext/sgnl.c.orig	2008-12-19 19:52:46.000000000 +0100
+++ ext/sgnl.c
@@ -53,7 +53,7 @@ void Unload_SGNL(VM* vm) {
   Unload_Semantic(vm,24);
   }
 
-static void signalHandler(int signo,struct siginfo* info,void* x) {
+static void signalHandler(int signo,siginfo_t* info,void* x) {
   int i;
   int old;
   for (i=0; i<numHandlers; i++)