updated on Mon Jan 23 20:11:11 UTC 2012
[aur-mirror.git] / poc / patch-x86_64.diff
blob5f3be0a3648a8801424d8592797e843b28b9097e
1 --- fec-pkt.c.orig 2004-12-30 17:24:07.000000000 +0100
2 +++ fec-pkt.c 2006-10-01 18:39:24.000000000 +0200
3 @@ -66,7 +66,7 @@
4 Reads a FEC packet from the filedescriptor, and unpacks the header
5 fields into the header structure.
6 **/
7 -int fec_pkt_read(fec_pkt_t *pkt, int fd) {
8 +ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {
9 assert(pkt != NULL);
11 /*M