CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/10/05 02:38:19
Modified files: sys/sys : signalvar.h sys/ufs/mfs : mfs_vfsops.c Log message: For now the signal returned in cursig() is only set in p_siglist. Simplify the code and remove the now unused CLRSIG() macro. OK mpi@