diff -NurpP --minimal linux-2.6.19.2-vs2.2.0-rc8.4/fs/proc/array.c linux-2.6.19.2-vs2.2.0-rc8.5/fs/proc/array.c --- linux-2.6.19.2-vs2.2.0-rc8.4/fs/proc/array.c 2006-12-13 08:27:08 +0100 +++ linux-2.6.19.2-vs2.2.0-rc8.5/fs/proc/array.c 2007-01-25 20:45:50 +0100 @@ -136,7 +136,7 @@ static const char *task_state_array[] = "D (disk sleep)", /* 2 */ "T (stopped)", /* 4 */ "T (tracing stop)", /* 8 */ - "H (on hold)" /* 16 */ + "H (on hold)", /* 16 */ "Z (zombie)", /* 32 */ "X (dead)", /* 64 */ };