top(8): restore erronously removed SWAIT array element

due to bad rebase.

Noted by:	kevans
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Fixes:	6a5e6a50bd55c3fb4933abe1edaad3a928700c42ESC
This commit is contained in:
Konstantin Belousov 2023-06-21 08:43:11 +03:00
parent 6a5e6a50bd
commit 5bd5470a2c

View File

@ -1267,6 +1267,7 @@ static const int sorted_state[] = {
[SSLEEP] = 6, /* sleeping */
[SSTOP] = 5, /* stopped/suspended */
[SZOMB] = 2, /* zombie */
[SWAIT] = 4, /* intr */
[SLOCK] = 7, /* blocked on lock */
};