Fixed some minor issues with the NOTIFY call.

This commit is contained in:
Jorrit Herder
2005-05-24 14:35:58 +00:00
parent 70cdffcc18
commit 0899f82ab2
22 changed files with 87 additions and 137 deletions

View File

@@ -133,7 +133,7 @@ PUBLIC void main()
source= mq->mq_mess.m_source;
if (source == FS_PROC_NR) {
sr_rec(mq);
} else if (source == HARDWARE) /* a notification! */
} else if (mq->mq_mess.m_type & NOTIFICATION )
{
if (mq->mq_mess.m_type == SYN_ALARM) {
clck_tick(&mq->mq_mess);