xt_mp2t: unify choice of integer types

Converge on standard C99 type names.
This commit is contained in:
Jan Engelhardt
2010-11-24 14:14:26 +01:00
parent 782fe01997
commit 9148c38428
2 changed files with 24 additions and 24 deletions

View File

@@ -62,7 +62,7 @@ static int mp2t_mt_parse(int c, char **argv, int invert, unsigned int *flags,
const void *entry, struct xt_entry_match **match)
{
struct xt_mp2t_mtinfo *info = (void *)(*match)->data;
u_int32_t num;
uint32_t num;
switch (c) {
case 'n': /* --name */