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
4 Reads a FEC packet from the filedescriptor, and unpacks the header
5 fields into the header structure.
7 -int fec_pkt_read(fec_pkt_t *pkt, int fd) {
8 +ssize_t fec_pkt_read(fec_pkt_t *pkt, int fd) {