**** Merged from HEAD ****
Fix bug #2909; I made some little mistake when applying a patch here.
This commit is contained in:
@@ -88,7 +88,7 @@ glibtop_get_proc_signal_p (glibtop *server,
|
|||||||
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
|
#if (defined(__NetBSD__) && (NSIG > 32)) || (__FreeBSD_version >= 400011)
|
||||||
buf->sigignore [0] = pinfo [0].kp_proc.p_sigignore.__bits[0];
|
buf->sigignore [0] = pinfo [0].kp_proc.p_sigignore.__bits[0];
|
||||||
#else
|
#else
|
||||||
buf->sigignore [0] = pinfo [0].kp_proc.p_sigignore.__bits[0];
|
buf->sigignore [0] = pinfo [0].kp_proc.p_sigignore;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* sigcatch: mask of caught signals.
|
/* sigcatch: mask of caught signals.
|
||||||
|
Reference in New Issue
Block a user