Ignore PROC_EVENTs

This commit is contained in:
Ben Gras
2006-03-16 11:22:31 +00:00
parent eae250dea4
commit 0c8dbc55c9
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -391,6 +391,8 @@ void main( int argc, char **argv )
}
}
break;
case PROC_EVENT:
break;
default:
panic( "lance", "illegal message", m.m_type);
}