patch-2.1.23 linux/include/linux/wait.h
Next file: linux/include/net/inet_common.h
Previous file: linux/include/linux/tty_ldisc.h
Back to the patch index
Back to the overall index
-  Lines: 23
-  Date:
Sat Jan 25 23:46:14 1997
-  Orig file: 
v2.1.22/linux/include/linux/wait.h
-  Orig date: 
Sat Nov 30 12:03:11 1996
diff -u --recursive --new-file v2.1.22/linux/include/linux/wait.h linux/include/linux/wait.h
@@ -28,17 +28,17 @@
 	return head && head != WAIT_QUEUE_HEAD(q);
 }
 
-struct select_table_entry {
+struct poll_table_entry {
 	struct wait_queue wait;
 	struct wait_queue ** wait_address;
 };
 
-typedef struct select_table_struct {
+typedef struct poll_table_struct {
 	unsigned int nr;
-	struct select_table_entry * entry;
-} select_table;
+	struct poll_table_entry * entry;
+} poll_table;
 
-#define __MAX_SELECT_TABLE_ENTRIES (PAGE_SIZE / sizeof (struct select_table_entry))
+#define __MAX_POLL_TABLE_ENTRIES (PAGE_SIZE / sizeof (struct poll_table_entry))
 
 #endif /* __KERNEL__ */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov