K 10 svn:author V 6 davide K 8 svn:date V 27 2012-06-17T13:03:50.815671Z K 7 svn:log V 304 The variable 'error' in sys_poll() is initialized in declaration to value zero but in any case is overwritten by successive copyin(), making the previous initialization useless. Remove this. As an added bonus this fixes a style(9) bug. Discussed with: kib Approved by: gnn (mentor) MFC after: 3 days END