minor problem with parport_share.c in 2.1.127-pre3

Todd M. Roy (toddroy@softhome.net)
Fri, 30 Oct 1998 04:14:50 -0500


I got a syntax error compiling parpart_share.c until
I added a cast to line 108 :
tmp->cad_lock = (rwlock_t) RW_LOCK_UNLOCKED;

The problem occurred with both egcs-1.1b and gcc-2.7.2.3 on a
uniprocessor pentium.

-- todd --

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/