From: Gerrit Renker Date: Sun, 19 Sep 2010 18:08:00 +0000 (+0200) Subject: dccp: Replace magic CCID-specific numbers by symbolic constants X-Git-Tag: v2.6.37-rc1~147^2~388^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18213d1d2a469956845b437f5d1d0401ab22e8b;p=pandora-kernel.git dccp: Replace magic CCID-specific numbers by symbolic constants The constants DCCPO_{MIN,MAX}_CCID_SPECIFIC are nowhere used in the code, but instead for the CCID-specific options numbers are used. This patch unifies the use of CCID-specific option numbers, by adding symbolic names reflecting the definitions in RFC 4340, 10.3. Signed-off-by: Gerrit Renker --- Reading git-diff-tree failed