From 7ac405297ec38449b30e3b05fd6bf2082fd3d803 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 7 Jan 2011 12:34:04 +0100 Subject: src: use C99/POSIX types "u_int" was a non-standardized extension predating C99 on some platforms. Signed-off-by: Jan Engelhardt --- extensions/libxt_length.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_length.c') diff --git a/extensions/libxt_length.c b/extensions/libxt_length.c index aeba52f9..edcb6b58 100644 --- a/extensions/libxt_length.c +++ b/extensions/libxt_length.c @@ -22,7 +22,7 @@ static const struct option length_opts[] = { XT_GETOPT_TABLEEND, }; -static u_int16_t +static uint16_t parse_length(const char *s) { unsigned int len; -- cgit v1.2.3