patch-2.1.45 linux/include/linux/tqueue.h
Next file: linux/include/linux/ufs_fs.h
Previous file: linux/include/linux/sysv_fs.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Wed Jul 16 19:22:51 1997
-  Orig file: 
v2.1.44/linux/include/linux/tqueue.h
-  Orig date: 
Tue May 13 22:41:19 1997
diff -u --recursive --new-file v2.1.44/linux/include/linux/tqueue.h linux/include/linux/tqueue.h
@@ -42,7 +42,7 @@
 
 struct tq_struct {
 	struct tq_struct *next;		/* linked list of active bh's */
-	int sync;			/* must be initialized to zero */
+	unsigned long sync;		/* must be initialized to zero */
 	void (*routine)(void *);	/* function to call */
 	void *data;			/* argument to function */
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov