CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/09 09:28:10
Modified files:
sbin/unwind : parse.y printconf.c resolver.c unwind.c
unwind.h
Log message:
Mechanically change the forwarder SIMPLEQ to a TAILQ. Needed for
future work to be able to easily delete elements while iterating.
OK kn
