CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/01/22 09:13:09
Modified files: sys/kern : kern_sig.c Log message: Move the if (deep) code block out of the do { } while loop. If deep the code will now always return and no longer switch or exit. OK mpi@