summarylogtreecommitdiffstats
path: root/patch-x86_64.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patch-x86_64.diff')
-rw-r--r--patch-x86_64.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/patch-x86_64.diff b/patch-x86_64.diff
new file mode 100644
index 000000000000..5f3be0a3648a
--- /dev/null
+++ b/patch-x86_64.diff
@@ -0,0 +1,11 @@
+--- fec-pkt.c.orig 2004-12-30 17:24:07.000000000 +0100
++++ fec-pkt.c 2006-10-01 18:39:24.000000000 +0200
+@@ -66,7 +66,7 @@
+ Reads a FEC packet from the filedescriptor, and unpacks the header
+ fields into the header structure.
+ **/
+-int fec_pkt_read(fec_pkt_t *pkt, int fd) {
++ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {
+ assert(pkt != NULL);
+
+ /*M