aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2023-06-21 05:43:11 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2023-06-21 05:43:11 +0000
commit5bd5470a2c975b8d3c841a68ac66bd0a3acdf966 (patch)
tree46fd6ea905ba0c76a422810f22398a24a5aaea08 /usr.bin
parent6a5e6a50bd55c3fb4933abe1edaad3a928700c42 (diff)
downloadsrc-5bd5470a2c975b8d3c841a68ac66bd0a3acdf966.tar.gz
src-5bd5470a2c975b8d3c841a68ac66bd0a3acdf966.zip
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/top/machine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 1785db8b9dc4..414b92560523 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -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 */
};