The GNU Hurd - Patches: patch #5018, Remove support to msg_send...
You are not allowed to post comments on this tracker with your current authentication level.
patch #5018: Remove support to msg_send interface.
Submitter: | Leonardo Lopes Pereira <llp> | ||
Submitted: | Wed 05 Apr 2006 11:59:55 PM UTC | ||
Category: | GNU Mach | Priority: | 5 - Normal |
Status: | Done | Privacy: | Public |
Assigned to: | tschwinge | Open/Closed: | Closed |
Planned Release: | GNU MIG 1.3.2 | ||
Wiki-like text discussion box: |
|
Sun 03 Dec 2006 08:32:12 PM UTC, comment #1: |
Thomas Schwinge <tschwinge>![]() ![]() |
Wed 05 Apr 2006 11:59:55 PM UTC, original submission:
There is a patch to remove MACH_IPC_COMPAT code from Mach, the removal of that obsolete interface will make Mig generate unuseful code if the -R option be used, so, this patch remove the possibility of the use of that option turning the -r option aways used. |
Leonardo Lopes Pereira <llp> |
Attached Files
file #9722: mig_sendreceive_v2.patch added by llp (6KiB - text/x-patch - Corrected the e-mail on Changelog)
Depends on the following items: None found
Items that depend on this one
Carbon-Copy List
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 10 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2006-12-03 | tschwinge | Status | In Progress | ![]() |
Done |
Open/Closed | Open | ![]() |
Closed | ||
Planned Release | GNU Mach 1.4 | ![]() |
GNU MIG 1.3.2 | ||
2006-11-16 | tschwinge | Dependencies | - | ![]() |
task #6111 is dependent |
2006-05-04 | tschwinge | Category | None | ![]() |
GNU Mach |
Status | None | ![]() |
In Progress | ||
Assigned to | None | ![]() |
tschwinge | ||
Planned Release | None | ![]() |
GNU Mach 1.4 | ||
2006-04-06 | llp | Attached File | - | ![]() |
Added mig_sendreceive_v2.patch, #9722 |
2006-04-05 | llp | Attached File | - | ![]() |
Added mig_sendreceive.patch, #9721 |
I installed the following:
#v+
2006-12-03 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
--- ``Remove support to msg_send interface.''
the absence of obsolete the send/receive pairs.
defined to `TRUE'.
(WriteMsgSendReceive): Removed, since it is not used anymore.
#v-
Thanks for the patch!