CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/02 10:39:44
Modified files:
usr.sbin/eigrpd: eigrpe.c interface.c neighbor.c parse.y rde.c
Log message:
Use static local variables instead of global variables whenever possible.
Also, there's no need to zero initialize global and static variables,
that's done automatically by the compiler.
ok claudio@ benno@
