[PATCH] arch/i386: Replace custom macro with isdigit()
authorTobias Klauser <tklauser@nuerscht.ch>
Tue, 13 Sep 2005 08:25:48 +0000 (01:25 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 13 Sep 2005 15:22:33 +0000 (08:22 -0700)
commit6f673d83ca3b7a6aeaacfd45d6ce466c33df8039
tree822bf4777d3c35fb4758f099d525148bef356593
parent64ccd0cfa1e29c2d20b7085ab9611114d327b571
[PATCH] arch/i386: Replace custom macro with isdigit()

Replace the custom is_digit() macro with isdigit() from <linux/ctype.h>

Signed-off-by: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/reboot.c