mqueues: Remove duplicate code.
authorStathis Kamperis <beket@dragonflybsd.org>
Thu, 14 Jan 2010 21:27:24 +0000 (23:27 +0200)
committerStathis Kamperis <beket@dragonflybsd.org>
Thu, 14 Jan 2010 21:54:41 +0000 (23:54 +0200)
commit959f863f59ab07a327558e1c1dc45c7dd6609d4f
tree8e2bf469e5ce7fb866efb73bc8f8b776f3e67894
parenta27ab186f337841e9c0694059ee450eb10057b98
mqueues: Remove duplicate code.

A note that missed from my previous commit:
In issue 6, mq_timed{send, receive}() were optionally expected to return
EINVAL upon an invalid timeout request, if the calling process|thread would
have blocked.
In issue 7 this is now mandatory.

Original-bug-reported-by: swildner@
sys/kern/sys_mqueue.c