aboutsummaryrefslogtreecommitdiff
path: root/news/inn/files/patch-innfeed_endpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'news/inn/files/patch-innfeed_endpoint.c')
-rw-r--r--news/inn/files/patch-innfeed_endpoint.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/news/inn/files/patch-innfeed_endpoint.c b/news/inn/files/patch-innfeed_endpoint.c
new file mode 100644
index 000000000000..b50fb3011898
--- /dev/null
+++ b/news/inn/files/patch-innfeed_endpoint.c
@@ -0,0 +1,11 @@
+--- innfeed/endpoint.c.orig Mon Mar 20 04:14:57 2006
++++ innfeed/endpoint.c Wed Sep 26 20:02:26 2007
+@@ -1644,7 +1644,7 @@
+ if (sigHandlers == NULL)
+ {
+ sigHandlers = xmalloc (sizeof(sigfn) * NSIG) ;
+- sigFlags = xmalloc (sizeof(int) * NSIG) ;
++ sigFlags = xmalloc (sizeof(sig_atomic_t) * NSIG) ;
+ for (i = 0 ; i < NSIG ; i++)
+ {
+ sigHandlers [i] = NULL ;