CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/24 12:54:10
Modified files:
sbin/ifconfig : brconfig.c ifconfig.c ifconfig.h sff.c
Log message:
Fix ifconfig(8) compiler warnings regarding variable "name" reuse.
Call the global variable with the name of the interface "ifname".
Do not pass it around, just use it globally. Do not use "ifname"
for anything else.
OK deraadt@
