CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2019/11/27 10:11:00
Modified files: sbin/unwind : parse.y printconf.c resolver.c unwind.c unwind.h Log message: Move resolver preference storage to a struct which makes it easier to reuse in the future. OK otto