[PATCH] Replace drivers/net/wan custom ctype macros with standard ones
commit8e18d1f9c9dcbf2de5b79cad771ed639983ab6cd
authorTobias Klauser <tklauser@nuerscht.ch>
Sat, 10 Sep 2005 21:45:00 +0000 (10 14:45 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 14 Sep 2005 12:35:09 +0000 (14 08:35 -0400)
treec17ceb7190fa7dfd5ad743a9af8b7a4b43aa2d7b
parent3173c8907ffb2c64456142da3df2bd0500bd59e0
[PATCH] Replace drivers/net/wan custom ctype macros with standard ones

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>
drivers/net/wan/cycx_x25.c
drivers/net/wan/sdla_fr.c
drivers/net/wan/sdla_x25.c
include/linux/cyclomx.h
include/linux/wanpipe.h