From: Arnaldo Carvalho de Melo Date: Wed, 10 Aug 2005 03:08:28 +0000 (-0700) Subject: [TCP]: Move the tcp sock states to net/tcp_states.h X-Git-Tag: v2.6.14-rc1~1035^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c752f0739f09b803aed191c4765a3b6650a08653;p=pandora-kernel.git [TCP]: Move the tcp sock states to net/tcp_states.h Lots of places just needs the states, not even linux/tcp.h, where this enum was, needs it. This speeds up development of the refactorings as less sources are rebuilt when things get moved from net/tcp.h. Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed