CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]  2025/04/24 07:49:43

Modified files:
        x11/xfce4/xfce4-taskmanager: Makefile 
Added files:
        x11/xfce4/xfce4-taskmanager/patches: 
                                             patch-src_task-manager-bsd_c 

Log message:
x11/xfce4/xfce4-taskmanager: fixup after P_ZOMBIE macro removal

the correct way is:
- if (!P_ZOMBIE (&p))
+ if ((p.p_psflags & PS_ZOMBIE) == 0)

Reply via email to