summaryrefslogtreecommitdiff
path: root/net/mptsd/files/patch-libtsfuncs_crc.c
blob: 207a39234820a35db42087b8ada78608b3a76738 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- libtsfuncs/crc.c.orig	2012-01-05 12:41:01 UTC
+++ libtsfuncs/crc.c
@@ -46,7 +46,7 @@ uint32_t ts_crc32(uint8_t *data, int dat
 	return crc;
 }
 
-u_int32_t ts_crc32_section(struct ts_section_header *section_header) {
+uint32_t ts_crc32_section(struct ts_section_header *section_header) {
 	return ts_crc32(section_header->section_data, section_header->section_data_len);
 }