patch-2.1.89 linux/drivers/char/random.c
Next file: linux/drivers/char/riscom8.c
Previous file: linux/drivers/char/psaux.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Feb 26 20:00:12 1998
- Orig file:
v2.1.88/linux/drivers/char/random.c
- Orig date:
Sun Dec 21 17:27:18 1997
diff -u --recursive --new-file v2.1.88/linux/drivers/char/random.c linux/drivers/char/random.c
@@ -1140,8 +1140,8 @@
{
unsigned int mask;
- poll_wait(&random_read_wait, wait);
- poll_wait(&random_write_wait, wait);
+ poll_wait(file, &random_read_wait, wait);
+ poll_wait(file, &random_write_wait, wait);
mask = 0;
if (random_state.entropy_count >= WAIT_INPUT_BITS)
mask |= POLLIN | POLLRDNORM;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov