summaryrefslogtreecommitdiff
path: root/debian/patches/use-__fpending.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/use-__fpending.patch')
-rw-r--r--debian/patches/use-__fpending.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/use-__fpending.patch b/debian/patches/use-__fpending.patch
index b23fb04..d69e245 100644
--- a/debian/patches/use-__fpending.patch
+++ b/debian/patches/use-__fpending.patch
@@ -1,17 +1,17 @@
Description: Supported in GLIBC and in Solaris libc
Index: icon/ipl/cfuncs/fpoll.c
===================================================================
---- icon.orig/ipl/cfuncs/fpoll.c 2003-01-10 17:48:57.000000000 +0000
-+++ icon/ipl/cfuncs/fpoll.c 2013-01-28 06:15:30.654169575 +0000
+--- icon.orig/ipl/cfuncs/fpoll.c 2013-01-28 19:02:21.859991668 +0000
++++ icon/ipl/cfuncs/fpoll.c 2013-01-28 19:07:16.982669113 +0000
@@ -29,6 +29,7 @@
*/
#include <stdio.h>
+#include <stdio_ext.h>
+ #include <string.h> /* for memset call from FD_ZERO (solaris gcc) */
#include <sys/types.h>
#include <sys/time.h>
-
-@@ -57,21 +58,8 @@
+@@ -58,21 +59,8 @@
msec = IntegerVal(argv[2]);
}