Fixed typo.

This commit is contained in:
Philip Homburg 2006-03-08 12:30:43 +00:00
parent 4d115fcd91
commit 4b62006c04

View file

@ -114,7 +114,7 @@ message *m_ptr; /* pointer to message in the caller's space */
kprintf("called by the dead?!?\n");
return EINVAL;
}
@endif
#endif
/* Require a valid source and/ or destination process, unless echoing. */
if (src_dst_e != ANY && function != ECHO) {