commit | 8e18d1f9c9dcbf2de5b79cad771ed639983ab6cd | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@nuerscht.ch> | Sat Sep 10 14:45:00 2005 -0700 |
committer | Jeff Garzik <jgarzik@pobox.com> | Wed Sep 14 08:35:09 2005 -0400 |
tree | c17ceb7190fa7dfd5ad743a9af8b7a4b43aa2d7b | |
parent | 3173c8907ffb2c64456142da3df2bd0500bd59e0 [diff] |
[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>