patch-2.1.13 linux/lib/ctype.c

Next file: linux/mm/filemap.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.12/linux/lib/ctype.c linux/lib/ctype.c
@@ -6,8 +6,7 @@
 
 #include <linux/ctype.h>
 
-char _ctmp;
-unsigned char _ctype[] = {0x00,			/* EOF */
+unsigned char _ctype[] = {
 _C,_C,_C,_C,_C,_C,_C,_C,			/* 0-7 */
 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C,		/* 8-15 */
 _C,_C,_C,_C,_C,_C,_C,_C,			/* 16-23 */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov