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

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