CVSROOT: /cvs Module name: src Changes by: nay...@cvs.openbsd.org 2017/08/11 09:14:23
Modified files: sys/ddb : db_prof.c Log message: Kernel compilation with DDBPROF enabled fails as db_sym_t is no longer defined (removed in "Kill db_sym_t." from 2017-05-30 11:39 mpi). This change fixes the problem. OK mpi@