]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
top(1): clean much of WARNS=3 issues
authoreadler <eadler@FreeBSD.org>
Mon, 21 May 2018 00:53:42 +0000 (00:53 +0000)
committereadler <eadler@FreeBSD.org>
Mon, 21 May 2018 00:53:42 +0000 (00:53 +0000)
commit7f19e623fc58a9ee58908babfad8996c7d76da34
treee22467a990a6795ca49ec1d43d8b0f7ed54bb283
parent57dddde81f3dcbd202468ed3c68328d22a6d27b5
top(1): clean much of WARNS=3 issues

There is still one glaring issue: new_message is not a protoype, but
can't be trivially converted since it uses K&R style var-args.
usr.bin/top/display.c
usr.bin/top/display.h
usr.bin/top/machine.c
usr.bin/top/screen.c
usr.bin/top/screen.h
usr.bin/top/top.c