From: Tobias Klauser Date: Sat, 10 Sep 2005 21:45:00 +0000 (-0700) Subject: [PATCH] Replace drivers/net/wan custom ctype macros with standard ones X-Git-Tag: v2.6.15-rc1~733^2~1^2~139 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e18d1f9c9dcbf2de5b79cad771ed639983ab6cd;p=pandora-kernel.git [PATCH] Replace drivers/net/wan custom ctype macros with standard ones Replace the custom is_digit()/is_hex_digit() macros with isdigit()/isxdigit() from Additionaly remove unused macro is_alpha() from Signed-off-by: Tobias Klauser Cc: Jeff Garzik Signed-off-by: Andrew Morton Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed