]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix multiple warnings in usr.bin/top about variables shadowing global
authordim <dim@FreeBSD.org>
Sun, 10 Feb 2019 13:34:21 +0000 (13:34 +0000)
committerdim <dim@FreeBSD.org>
Sun, 10 Feb 2019 13:34:21 +0000 (13:34 +0000)
commit63902403518c404be9b78c05163bfb161373b3d5
tree97c65bdf57483909a1d76204754e13fa554a6d5c
parent24a0b90e2677ef7d187f4e11c0de330854e7542f
Fix multiple warnings in usr.bin/top about variables shadowing global
declarations from base gcc, by renaming those variables.

MFC after: 1 week
usr.bin/top/Makefile
usr.bin/top/username.c
usr.bin/top/utils.c