patch-2.1.89 linux/drivers/char/psaux.c
Next file: linux/drivers/char/random.c
Previous file: linux/drivers/char/pc110pad.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Feb 26 19:54:02 1998
-  Orig file: 
v2.1.88/linux/drivers/char/psaux.c
-  Orig date: 
Mon Jan 12 15:13:24 1998
diff -u --recursive --new-file v2.1.88/linux/drivers/char/psaux.c linux/drivers/char/psaux.c
@@ -567,7 +567,7 @@
 
 static unsigned int aux_poll(struct file *file, poll_table * wait)
 {
-	poll_wait(&queue->proc_list, wait);
+	poll_wait(file, &queue->proc_list, wait);
 	if (aux_ready)
 		return POLLIN | POLLRDNORM;
 	return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov