GNU Mailutils - Patches: patch #2934, Common handling of SIGCHLD in...
You are not allowed to post comments on this tracker with your current authentication level.
patch #2934: Common handling of SIGCHLD in pop3d and imap4d
Submitter: | Daniel Dehennin <nebuchadnezzar> | ||
Submitted: | Mon 12 Apr 2004 02:01:29 PM UTC | ||
Category: | None | Priority: | 3 - Low |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
file #7278: pop3d_n_imap4d_sigchld.diff added by nebuchadnezzar (7KiB - text/x-patch - SIGCHLD handling for pop3d and imap4d)
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 2 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2004-04-12 | nebuchadnezzar | Attached File | - | ![]() |
Added pop3d_n_imap4d_sigchld.diff, #3101 |
Carbon-Copy | - | ![]() |
Added gray |
This patch place the sigchld handler in mailbox/mutil.c since pop3d and imap4d have the same needs.
I don't know if there is a better place for such function (which can be used by client application too)