[PATCH] Replace drivers/net/wan custom ctype macros with standard ones
authorTobias Klauser <tklauser@nuerscht.ch>
Sat, 10 Sep 2005 21:45:00 +0000 (14:45 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 14 Sep 2005 12:35:09 +0000 (08:35 -0400)
Replace the custom is_digit()/is_hex_digit() macros with
isdigit()/isxdigit() from <linux/ctype.h> Additionaly remove unused macro
is_alpha() from <linux/wanpipe.h>

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

No differences found