From: Gerrit Renker Date: Sun, 29 Aug 2010 19:23:10 +0000 (+0000) Subject: dccp ccid-2: Use u32 timestamps uniformly X-Git-Tag: v2.6.37-rc1~147^2~635 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82b6f85c1d73340ef4a26bd0b247ac14610cd83;p=pandora-kernel.git dccp ccid-2: Use u32 timestamps uniformly Since CCID-2 is de facto a mini implementation of TCP, it makes sense to share as much code as possible. Hence this patch aligns CCID-2 timestamping with TCP timestamping. This also halves the space consumption (on 64-bit systems). The necessary include file is already included by way of net/dccp.h. Redundant includes have been removed. Signed-off-by: Gerrit Renker Signed-off-by: David S. Miller --- Reading git-diff-tree failed