linux/drivers/scsi/st.c

Bob_Tracy (rct@gherkin.sa.wlk.com)
Mon, 17 May 1999 14:07:37 -0500 (CDT)


In 2.3.3, st.c no longer compiles due to the following change in st.h:

- struct wait_queue *waiting;
+ wait_queue_head_t waiting;

The build fails at line 3383: tpnt->waiting = 0;

--Bob

-
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/