From 398b2c778b25b4ff45abc01e027f83277405b870 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 20 Mar 2006 17:14:12 -0800 Subject: [PATCH] --- yaml --- r: 22133 b: refs/heads/master c: 5ee956125a780baf15f2c1d09f2cbf8adcf598fe h: refs/heads/master i: 22131: 32335d81ef88aa2e8f4d24a4b4e8f1b34e2c63cb v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter_ipv4/ip_nat.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9945d4311083..dbb36cd2bf9a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39d8c1b6fbaeb8d6adec4a8c08365cc9eaca6ae4 +refs/heads/master: 5ee956125a780baf15f2c1d09f2cbf8adcf598fe diff --git a/trunk/include/linux/netfilter_ipv4/ip_nat.h b/trunk/include/linux/netfilter_ipv4/ip_nat.h index 41a107de17cf..e9f5ed1d9f68 100644 --- a/trunk/include/linux/netfilter_ipv4/ip_nat.h +++ b/trunk/include/linux/netfilter_ipv4/ip_nat.h @@ -23,7 +23,7 @@ struct ip_nat_seq { * modification (if any) */ u_int32_t correction_pos; /* sequence number offset before and after last modification */ - int32_t offset_before, offset_after; + int16_t offset_before, offset_after; }; /* Single range specification. */