Don't let lance steal keys

This commit is contained in:
Ben Gras 2006-04-04 12:50:07 +00:00
parent 36f4976e17
commit 27cae0a47e

View File

@ -316,8 +316,10 @@ void main( int argc, char **argv )
fkeys = sfkeys = 0; bit_set( sfkeys, 7 );
#if 0
if ( (r = fkey_map(&fkeys, &sfkeys)) != OK )
printf( "Error registering key\n" );
#endif
if((eth_tasknr=getprocnr()) < 0)
panic("lance","couldn't get own proc nr", i);