]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix multiple warnings in usr.bin/top about discarded qualifiers from
authordim <dim@FreeBSD.org>
Sun, 10 Feb 2019 13:31:08 +0000 (13:31 +0000)
committerdim <dim@FreeBSD.org>
Sun, 10 Feb 2019 13:31:08 +0000 (13:31 +0000)
commit24a0b90e2677ef7d187f4e11c0de330854e7542f
treeeb8baba3b7189174f29c3a052d4b7c58a7669b90
parentfb17e65b4c9488f9f4313ecd371111274b52fc7d
Fix multiple warnings in usr.bin/top about discarded qualifiers from
both clang and gcc, by either constifying variables, or when that is not
possible, using __DECONST.

MFC after: 1 week
usr.bin/top/Makefile
usr.bin/top/display.c
usr.bin/top/display.h
usr.bin/top/machine.c
usr.bin/top/top.c
usr.bin/top/utils.c
usr.bin/top/utils.h